diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/view/com/util/List.web.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/util/List.web.tsx b/src/view/com/util/List.web.tsx index 5ddc4ea8a..d9a2e351e 100644 --- a/src/view/com/util/List.web.tsx +++ b/src/view/com/util/List.web.tsx @@ -468,7 +468,7 @@ let Row = function RowImpl<ItemT>({ } } else { if (intersectionTimeout.current) { - clearTimeout(intersectionTimeout.current) + clearTimeout(intersectionTimeout.current as NodeJS.Timeout) intersectionTimeout.current = undefined } } |