Update utils.ts

This commit is contained in:
zsviczian
2023-04-04 13:16:24 +02:00
committed by GitHub
parent 0a6d41ecf9
commit 87e6638e9e

View File

@@ -185,6 +185,7 @@ export const throttleRAF = <T extends any[]>(
timerId = null;
if (watchdog) {
clearTimout(watchdog);
watchdog = null;
}
}
};