summaryrefslogtreecommitdiff
path: root/src/client/app/desktop/views/components/note.vue
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-11-11 21:17:51 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-11-11 21:17:51 +0900
commit71d42f64dc840e744e757cb5edae32276d83a7f4 (patch)
tree32ccae355b74a00cf47066a862961d8cb33fd642 /src/client/app/desktop/views/components/note.vue
parent[Client] Fix i18n (diff)
downloadmisskey-71d42f64dc840e744e757cb5edae32276d83a7f4.tar.gz
misskey-71d42f64dc840e744e757cb5edae32276d83a7f4.tar.bz2
misskey-71d42f64dc840e744e757cb5edae32276d83a7f4.zip
[Client] Implement word mute
Closes #1739
Diffstat (limited to 'src/client/app/desktop/views/components/note.vue')
-rw-r--r--src/client/app/desktop/views/components/note.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/desktop/views/components/note.vue b/src/client/app/desktop/views/components/note.vue
index 2b164687eb..e2b67c150f 100644
--- a/src/client/app/desktop/views/components/note.vue
+++ b/src/client/app/desktop/views/components/note.vue
@@ -2,7 +2,7 @@
<div
class="note"
:class="{ mini }"
- v-show="appearNote.deletedAt == null"
+ v-show="appearNote.deletedAt == null && !hideThisNote"
:tabindex="appearNote.deletedAt == null ? '-1' : null"
v-hotkey="keymap"
:title="title"