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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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