shuffle and stop logs
This commit is contained in:
@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user