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