diff --git a/frontend/src/ts/controllers/input-controller.ts b/frontend/src/ts/controllers/input-controller.ts index 65b5403e15c8..9f063a1a7091 100644 --- a/frontend/src/ts/controllers/input-controller.ts +++ b/frontend/src/ts/controllers/input-controller.ts @@ -848,6 +848,8 @@ function handleTab(event: JQuery.KeyDownEvent, popupVisible: boolean): void { TestLogic.restart({ event }); } else { //quick tab off + // dont do anything special + if (modalVisible) return; //only special handlig on the test page if (ActivePage.get() !== "test") return;