mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACS-12728] Hide drag indicator
This commit is contained in:
@@ -49,7 +49,7 @@
|
|||||||
[enableDragRows]="true"
|
[enableDragRows]="true"
|
||||||
[dropListConnectedTo]="breadcrumbPathNames"
|
[dropListConnectedTo]="breadcrumbPathNames"
|
||||||
[dragBoundary]="'aca-files'"
|
[dragBoundary]="'aca-files'"
|
||||||
>
|
[showDragIndicator]="false">
|
||||||
<data-columns>
|
<data-columns>
|
||||||
<ng-container *ngFor="let column of columns; trackBy: trackByColumnId">
|
<ng-container *ngFor="let column of columns; trackBy: trackByColumnId">
|
||||||
<ng-container *ngIf="column.template && !(column.desktopOnly && isSmallScreen)">
|
<ng-container *ngIf="column.template && !(column.desktopOnly && isSmallScreen)">
|
||||||
|
|||||||
Reference in New Issue
Block a user