mirror of
https://github.com/nextcloud/server.git
synced 2026-06-06 15:23:17 -04:00
fix(files): breadcrumbs native drop event
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
This commit is contained in:
parent
0aa4e0a675
commit
25d7312772
1 changed files with 1 additions and 1 deletions
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Reference in a new issue