[ACS-12728] Used not whole row as drag preview

This commit is contained in:
Aleksander Sklorz
2026-09-09 14:44:04 +02:00
parent c8966a66e3
commit 14d6c707e5
@@ -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)">