diff options
| -rw-r--r-- | emccpre.js | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -458,6 +458,8 @@ function initPuzzle() { var cs = window.getComputedStyle(menu); return cs.display == "flex" && cs.flexDirection == "row"; } + if (dlg_dimmer !== null) + return; if (!["ArrowLeft", "ArrowRight", "ArrowUp", "ArrowDown", "Enter", "Escape", "Backspace", "SoftRight"] .includes(event.key)) |