From 784d0bfeb1abfda2fcf8e275d4cd0e2ff9521f2d Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Mon, 2 Feb 2026 10:36:43 +0100 Subject: [PATCH] fix(files): keep current folder on drag-n-drop When drag and drop a file we only want to scroll to the uploaded file not changing the current view. Signed-off-by: Ferdinand Thiessen --- .../files/src/components/DragAndDropNotice.vue | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/apps/files/src/components/DragAndDropNotice.vue b/apps/files/src/components/DragAndDropNotice.vue index 8918409a54a..fe167e31148 100644 --- a/apps/files/src/components/DragAndDropNotice.vue +++ b/apps/files/src/components/DragAndDropNotice.vue @@ -29,7 +29,6 @@