From: Ferdinand Thiessen Date: Sat, 2 Dec 2023 02:05:30 +0000 (+0100) Subject: fix(files): Correctly handle dropping folders on file list X-Git-Tag: v29.0.0beta1~699^2~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=dd8897bb3155b6b4e56f10ca7a8e33578fbdd1ea;p=nextcloud-server.git fix(files): Correctly handle dropping folders on file list Signed-off-by: Ferdinand Thiessen --- diff --git a/apps/files/src/components/DragAndDropNotice.vue b/apps/files/src/components/DragAndDropNotice.vue index 73f6ad13f47..66cddcaff97 100644 --- a/apps/files/src/components/DragAndDropNotice.vue +++ b/apps/files/src/components/DragAndDropNotice.vue @@ -2,8 +2,9 @@ - @copyright Copyright (c) 2023 John Molakvoæ - - @author John Molakvoæ + - @author Ferdinand Thiessen - - - @license GNU AGPL version 3 or any later version + - @license AGPL-3.0-or-later - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as @@ -33,14 +34,14 @@