fix: restart tool after change source

This commit is contained in:
2026-09-12 18:45:59 +05:00
parent ec585e1ee6
commit 5cd2a586ce
2 changed files with 2 additions and 1 deletions
@@ -145,6 +145,7 @@
// TODO: can any edge case start infinite loop?
if (!started) return;
void values;
void source;
debouncedRun();
return () => debouncedRun.cancel();
});