]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix(files): breadcrumbs native drop event
authorskjnldsv <skjnldsv@protonmail.com>
Wed, 3 Apr 2024 08:47:30 +0000 (10:47 +0200)
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>
Thu, 4 Apr 2024 11:58:34 +0000 (11:58 +0000)
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
apps/files/src/components/BreadCrumbs.vue

index 0c15f88fd13d44350d6b94e4c638ee90733cbb28..89312d8dff30ef414f0a7a0cc568cfc2aceb968b 100644 (file)
@@ -36,7 +36,7 @@
                        :aria-description="ariaForSection(section)"
                        @click.native="onClick(section.to)"
                        @dragover.native="onDragOver($event, section.dir)"
-                       @drop.native="onDrop($event, section.dir)">
+                       @drop="onDrop($event, section.dir)">
                        <template v-if="index === 0" #icon>
                                <NcIconSvgWrapper :size="20"
                                        :svg="viewIcon" />