remove debounce timer
This commit is contained in:
parent
7881726ad0
commit
d49ea9a573
@ -649,7 +649,7 @@ function calculateStats(data) {
|
||||
|
||||
setTimeout(() => {
|
||||
shouldLoadWorker.set(true)
|
||||
}, 200);
|
||||
}, 0);
|
||||
}
|
||||
|
||||
function debounce(fn, delay) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user