diff --git a/frontend/src/ts/controllers/input-controller.ts b/frontend/src/ts/controllers/input-controller.ts index 27e89aafe..cdd5dca8c 100644 --- a/frontend/src/ts/controllers/input-controller.ts +++ b/frontend/src/ts/controllers/input-controller.ts @@ -968,7 +968,8 @@ $(document).on("keydown", async (event) => { activeElement?.tagName === "BUTTON" || activeElement?.tagName === "A" || activeElement?.classList.contains("button") || - activeElement?.classList.contains("textButton"); + activeElement?.classList.contains("textButton") || + activeElement?.tagName === "INPUT"; if (activeElementIsButton) return;