summaryrefslogtreecommitdiff
path: root/src/client/components/note.vue
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2020-12-29 21:08:08 +0900
committersyuilo <syuilotan@yahoo.co.jp>2020-12-29 21:08:08 +0900
commita70c24cd1eb2a4b0aee776715c970328b3e1d11c (patch)
treef4f56731ffd2911dbbff047297b5d7da197bbd8f /src/client/components/note.vue
parent12.65.1 (diff)
downloadsharkey-a70c24cd1eb2a4b0aee776715c970328b3e1d11c.tar.gz
sharkey-a70c24cd1eb2a4b0aee776715c970328b3e1d11c.tar.bz2
sharkey-a70c24cd1eb2a4b0aee776715c970328b3e1d11c.zip
テキストを選択した状態でノートのコンテキストメニューが開けない問題を修正
Diffstat (limited to 'src/client/components/note.vue')
-rw-r--r--src/client/components/note.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/components/note.vue b/src/client/components/note.vue
index 1089c8979c..1778acc0dd 100644
--- a/src/client/components/note.vue
+++ b/src/client/components/note.vue
@@ -36,7 +36,7 @@
<span class="localOnly" v-if="note.localOnly"><Fa :icon="faBiohazard"/></span>
</div>
</div>
- <article class="article" @contextmenu.prevent.stop="onContextmenu">
+ <article class="article" @contextmenu.stop="onContextmenu">
<MkAvatar class="avatar" :user="appearNote.user"/>
<div class="main">
<XNoteHeader class="header" :note="appearNote" :mini="true"/>