summaryrefslogtreecommitdiff
path: root/src/client/components/note.vue
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2020-12-29 11:47:36 +0900
committersyuilo <syuilotan@yahoo.co.jp>2020-12-29 11:47:36 +0900
commit6b6483c9fc2efd23a8c26ce058cdbd53e44bd7c3 (patch)
tree2ad0b0891c2afd8a01ee76c74f8b94d617a1248f /src/client/components/note.vue
parentImprove timeline page (diff)
downloadsharkey-6b6483c9fc2efd23a8c26ce058cdbd53e44bd7c3.tar.gz
sharkey-6b6483c9fc2efd23a8c26ce058cdbd53e44bd7c3.tar.bz2
sharkey-6b6483c9fc2efd23a8c26ce058cdbd53e44bd7c3.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 780034ec68..1089c8979c 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="onContextmenu">
+ <article class="article" @contextmenu.prevent.stop="onContextmenu">
<MkAvatar class="avatar" :user="appearNote.user"/>
<div class="main">
<XNoteHeader class="header" :note="appearNote" :mini="true"/>