diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2021-01-11 18:49:39 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2021-01-11 18:49:39 +0900 |
| commit | 1286dee1ab299a0e98cd252e5f2fa030fad07496 (patch) | |
| tree | bcfae0bc54fa58dcfb9744ec9e7ebb552be98f7d /src/client/components | |
| parent | Improve theme editor (diff) | |
| download | misskey-1286dee1ab299a0e98cd252e5f2fa030fad07496.tar.gz misskey-1286dee1ab299a0e98cd252e5f2fa030fad07496.tar.bz2 misskey-1286dee1ab299a0e98cd252e5f2fa030fad07496.zip | |
fix context menu
Diffstat (limited to 'src/client/components')
| -rw-r--r-- | src/client/components/drive.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/components/drive.vue b/src/client/components/drive.vue index 64e4d51e23..1dbb1cbc16 100644 --- a/src/client/components/drive.vue +++ b/src/client/components/drive.vue @@ -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"> |