Merge pull request #150 from feeshmaster/patch-4

Update debugRework.js
This commit is contained in:
slweeb 2023-11-21 22:02:55 -05:00 committed by GitHub
commit 12a2384a87
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() {