diff --git a/frontend/src/scripts/controllers/input-controller.ts b/frontend/src/scripts/controllers/input-controller.ts index db2db845e..6c8463d23 100644 --- a/frontend/src/scripts/controllers/input-controller.ts +++ b/frontend/src/scripts/controllers/input-controller.ts @@ -581,7 +581,7 @@ function handleTab(event: JQuery.KeyDownEvent, popupVisible: boolean): void { event.preventDefault(); } if (ActivePage.get() !== "test" && popupVisible) { - event.preventDefault(); + // event.preventDefault(); return; } if ($("#customTextPopup .textarea").is(":focus")) {