1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-07-28 18:34:35 +02:00
This commit is contained in:
kakkokari-gtyih
2026-07-12 11:12:16 +09:00
parent fff0efa464
commit 943c3d854f

View File

@@ -197,10 +197,7 @@ onMounted(() => {
});
const keymap = {
'esc': {
allowRepeat: true,
callback: () => close(),
},
'esc': () => close(),
'arrowleft': {
allowRepeat: true,
callback: () => onPrev(),