wip(desktop): progress
This commit is contained in:
parent
ce4d0d76ea
commit
c76a00fc3f
2 changed files with 13 additions and 0 deletions
|
|
@ -185,6 +185,11 @@ export default function Page() {
|
|||
return
|
||||
}
|
||||
|
||||
// Don't interfere with dialogs
|
||||
if (dialog.stack.length > 0) {
|
||||
return
|
||||
}
|
||||
|
||||
const focused = document.activeElement === inputRef
|
||||
if (focused) {
|
||||
if (event.key === "Escape") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue