[ACS-12728] Allow drag and drop outside document list

This commit is contained in:
Aleksander Sklorz
2026-09-07 12:15:18 +02:00
parent e100d384fa
commit 9029643186
12 changed files with 144 additions and 5 deletions
@@ -50,4 +50,5 @@ export interface DocumentListPresetRef extends ExtensionElement {
draggable?: boolean;
resizable?: boolean;
maxTextLength?: number;
visibleInDragPreview?: boolean;
}