1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-06-12 05:54:00 +02:00

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) {