Browse Source

fix(files): breadcrumbs native drop event

Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
pull/44409/head
skjnldsv 1 month ago
parent
commit
1a3ad804bb
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      apps/files/src/components/BreadCrumbs.vue

+ 1
- 1
apps/files/src/components/BreadCrumbs.vue 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" />

Loading…
Cancel
Save