diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2020-12-29 11:47:36 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2020-12-29 11:47:36 +0900 |
| commit | 6b6483c9fc2efd23a8c26ce058cdbd53e44bd7c3 (patch) | |
| tree | 2ad0b0891c2afd8a01ee76c74f8b94d617a1248f /src/client/components/note.vue | |
| parent | Improve timeline page (diff) | |
| download | sharkey-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.vue | 2 |
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"/> |