fix: keybind issues with gallery + moderation checklist (#4674)

This commit is contained in:
Calum H.
2025-10-30 21:20:16 +00:00
committed by GitHub
parent c74460fffa
commit 8b39ba491a
2 changed files with 13 additions and 3 deletions

View File

@@ -631,6 +631,7 @@ onMounted(() => {
})
onUnmounted(() => {
window.removeEventListener('keydown', handleKeybinds)
notifications.setNotificationLocation('right')
})