fix(files): breadcrumbs native drop event

Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
This commit is contained in:
skjnldsv 2024-04-03 10:47:30 +02:00 committed by backportbot[bot]
parent 0aa4e0a675
commit 25d7312772

View 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" />