stop esc propagation from dialogs
parent
539d6baa8c
commit
1f9e195cd8
|
|
@ -62,6 +62,7 @@ function init() {
|
|||
current.onClose?.()
|
||||
setStore("stack", store.stack.slice(0, -1))
|
||||
evt.preventDefault()
|
||||
evt.stopPropagation()
|
||||
refocus()
|
||||
}
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in New Issue