Skip to content

Commit

Permalink
fix(frontend): remove unused statement
Browse files Browse the repository at this point in the history
fix #14162
  • Loading branch information
kakkokari-gtyih authored Jul 9, 2024
1 parent 600f16d commit 02e0a86
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 @@ -318,7 +318,7 @@ const keymap = {
},
'o': () => {
if (renoteCollapsed.value) return;
galleryEl.value?.openGallery();
showMenu();
},
'v|enter': () => {
if (renoteCollapsed.value) {
Expand Down

0 comments on commit 02e0a86

Please sign in to comment.