stop esc propagation from dialogs

This commit is contained in:
Sebastian Herrlinger
2026-01-08 23:53:00 +01:00
parent d4a4f0308b
commit b813e05f2e
@@ -62,6 +62,7 @@ function init() {
current.onClose?.()
setStore("stack", store.stack.slice(0, -1))
evt.preventDefault()
evt.stopPropagation()
refocus()
}
})