Update utils.ts

This commit is contained in:
zsviczian 2023-04-04 13:16:24 +02:00 committed by GitHub
parent 0a6d41ecf9
commit 87e6638e9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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