diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2022-02-11 22:14:14 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2022-02-11 22:14:14 +0900 |
| commit | b01a0325ba8b682da7fc44764d6abb9c320aa90e (patch) | |
| tree | a5a7d27550ecba884811eca1bfb6e4c4e931a185 /packages/client/src/components/note.vue | |
| parent | 12.106.2 (diff) | |
| download | sharkey-b01a0325ba8b682da7fc44764d6abb9c320aa90e.tar.gz sharkey-b01a0325ba8b682da7fc44764d6abb9c320aa90e.tar.bz2 sharkey-b01a0325ba8b682da7fc44764d6abb9c320aa90e.zip | |
fix(client): ノート詳細が開けないのを直したり
Fix #8305
Diffstat (limited to 'packages/client/src/components/note.vue')
| -rw-r--r-- | packages/client/src/components/note.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/client/src/components/note.vue b/packages/client/src/components/note.vue index 7cf5fb0474..93286a28b2 100644 --- a/packages/client/src/components/note.vue +++ b/packages/client/src/components/note.vue @@ -180,7 +180,7 @@ const keymap = { useNoteCapture({ rootEl: el, note: $$(appearNote), - isDeletedRef: $$(isDeleted), + isDeletedRef: isDeleted, }); function reply(viaKeyboard = false): void { |