shuffle and stop logs

This commit is contained in:
2025-12-20 21:57:23 +01:00
parent 45cf964313
commit 76ad70352e
3 changed files with 23 additions and 10 deletions

View File

@ -302,7 +302,10 @@ function startMatching() {
}
function stopMatching() {
if (AppState.worker) AppState.worker.postMessage({ type: 'stop' });
console.log("stopMatching")
if (AppState.worker) {
AppState.worker.postMessage({ type: 'stop' });
}
}
function updateProgress(progress) {