fix context menu

This commit is contained in:
syuilo
2021-01-11 18:49:39 +09:00
parent fee953b0df
commit 1286dee1ab
3 changed files with 3 additions and 1 deletions

View File

@ -17,7 +17,7 @@
@dragenter="onDragenter"
@dragleave="onDragleave"
@drop.prevent.stop="onDrop"
@contextmenu="onContextmenu"
@contextmenu.stop="onContextmenu"
>
<div class="contents" ref="contents">
<div class="folders" ref="foldersContainer" v-show="folders.length > 0">