[Client] Implement word mute

Closes #1739
This commit is contained in:
syuilo 2018-11-11 21:17:51 +09:00
parent 1b4072610a
commit 71d42f64dc
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
10 changed files with 77 additions and 71 deletions

View file

@ -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"