From 87e6638e9e762187ab8229b135bc8910d185518d Mon Sep 17 00:00:00 2001 From: zsviczian Date: Tue, 4 Apr 2023 13:16:24 +0200 Subject: [PATCH] Update utils.ts --- src/utils.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils.ts b/src/utils.ts index b7ecc9c7d..0b7d6df89 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -185,6 +185,7 @@ export const throttleRAF = ( timerId = null; if (watchdog) { clearTimout(watchdog); + watchdog = null; } } };