Skip to content

Commit

Permalink
Update MkNote.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
FineArchs authored Jul 16, 2024
1 parent b9d8ccc commit e8bf73c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/components/MkNote.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
},
Expand Down

0 comments on commit e8bf73c

Please sign in to comment.