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() {