Update debugRework.js

This commit is contained in:
feeshmaster 2023-11-21 21:01:50 -06:00 committed by GitHub
parent 03393ae26b
commit 1b828c0450
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ function startDebugUi(pixel) {
setTimeout(() => {
openedByClick = false;
document.addEventListener('click', clickHandler);
}, 0);
}, 1000);
};
function closeDebugUi() {