Update MkNote.vue

This commit is contained in:
FineArchs 2024-07-16 15:18:42 +09:00 committed by GitHub
parent b9d8ccc115
commit e8bf73cff0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -361,7 +361,7 @@ const keymap = {
renoteCollapsed.value = false;
} else if (appearNote.value.cw != null) {
showContent.value = !showContent.value;
} else if (isLong) {
} else if (isLong.value) {
collapsed.value = !collapsed.value;
}
},