From 0a1ba4ec2d23caf70b71eec4d850cf2dce4f502e Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Sat, 2 Dec 2023 03:05:30 +0100 Subject: [PATCH] fix(files): Correctly handle dropping folders on file list Signed-off-by: Ferdinand Thiessen --- .../src/components/DragAndDropNotice.vue | 31 ++-- apps/files/src/services/DropService.ts | 133 ++++++++++++++++++ 2 files changed, 144 insertions(+), 20 deletions(-) create mode 100644 apps/files/src/services/DropService.ts diff --git a/apps/files/src/components/DragAndDropNotice.vue b/apps/files/src/components/DragAndDropNotice.vue index 73f6ad13f47d7..849154b0fad77 100644 --- a/apps/files/src/components/DragAndDropNotice.vue +++ b/apps/files/src/components/DragAndDropNotice.vue @@ -33,14 +33,14 @@