diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2020-12-05 12:57:15 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2020-12-05 12:57:15 +0900 |
| commit | fbbc7d005d8addee596fabe6306bad60baf49cd2 (patch) | |
| tree | c9ebaf8f037a8ffece1aaebd62bbcb0a25bfaddd /src/client/components | |
| parent | Use vuedraggable instead of vue-draggable-next (diff) | |
| download | sharkey-fbbc7d005d8addee596fabe6306bad60baf49cd2.tar.gz sharkey-fbbc7d005d8addee596fabe6306bad60baf49cd2.tar.bz2 sharkey-fbbc7d005d8addee596fabe6306bad60baf49cd2.zip | |
:art:
Diffstat (limited to 'src/client/components')
| -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 22d2906d95..071acf7c90 100644 --- a/src/client/components/note.vue +++ b/src/client/components/note.vue @@ -1,6 +1,6 @@ <template> <div - class="note _panelElevated" + class="note _panel" v-if="!muted" v-show="!isDeleted" :tabindex="!isDeleted ? '-1' : null" |