From 097ccf4f15d427fe8307548fb12c1a7c511288e8 Mon Sep 17 00:00:00 2001 From: MaRcR11 <91952791+MaRcR11@users.noreply.github.com> Date: Wed, 3 Jan 2024 13:17:08 +0100 Subject: [PATCH] Set timer off until a general version is implemented --- client/src/components/SettingsPopUp.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/src/components/SettingsPopUp.tsx b/client/src/components/SettingsPopUp.tsx index e49cdb3..6c9085e 100644 --- a/client/src/components/SettingsPopUp.tsx +++ b/client/src/components/SettingsPopUp.tsx @@ -33,7 +33,6 @@ function SettingsPopUp(props: SettingsPopUpProps) { setTheme("dark"); } }; - useEffect(() => { window.addEventListener("keydown", (e) => { if (e.key === "Escape") { @@ -84,7 +83,8 @@ function SettingsPopUp(props: SettingsPopUpProps) { /> */}
- + */}