From 1b828c04501d1e4cf9afafad7e2bd4ab80295137 Mon Sep 17 00:00:00 2001 From: feeshmaster <125420779+feeshmaster@users.noreply.github.com> Date: Tue, 21 Nov 2023 21:01:50 -0600 Subject: [PATCH] Update debugRework.js --- mods/debugRework.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/debugRework.js b/mods/debugRework.js index 52ea5606..ca437ff2 100644 --- a/mods/debugRework.js +++ b/mods/debugRework.js @@ -129,7 +129,7 @@ function startDebugUi(pixel) { setTimeout(() => { openedByClick = false; document.addEventListener('click', clickHandler); - }, 0); + }, 1000); }; function closeDebugUi() {