fix(frontend): remove unused statement

fix #14162
This commit is contained in:
かっこかり
2024-07-10 01:00:40 +09:00
committed by GitHub
parent 600f16d625
commit 02e0a86b12

View File

@@ -318,7 +318,7 @@ const keymap = {
},
'o': () => {
if (renoteCollapsed.value) return;
galleryEl.value?.openGallery();
showMenu();
},
'v|enter': () => {
if (renoteCollapsed.value) {