diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2020-12-29 21:08:08 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2020-12-29 21:08:08 +0900 |
| commit | a70c24cd1eb2a4b0aee776715c970328b3e1d11c (patch) | |
| tree | f4f56731ffd2911dbbff047297b5d7da197bbd8f /src/client | |
| parent | 12.65.1 (diff) | |
| download | sharkey-a70c24cd1eb2a4b0aee776715c970328b3e1d11c.tar.gz sharkey-a70c24cd1eb2a4b0aee776715c970328b3e1d11c.tar.bz2 sharkey-a70c24cd1eb2a4b0aee776715c970328b3e1d11c.zip | |
テキストを選択した状態でノートのコンテキストメニューが開けない問題を修正
Diffstat (limited to 'src/client')
| -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 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"/> |