Skip to content

Commit 752f8f8

Browse files
committed
Jiggle to test storybook
1 parent 0f635d9 commit 752f8f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/src/internal/scrolling-data-grid/infinite-scroller.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ function useTouchUpDelayed(delay: number): boolean {
7777
const safeWindow = typeof window === "undefined" ? null : window;
7878

7979
const cbTimer = React.useRef(0);
80+
8081
useEventListener(
8182
"touchstart",
8283
React.useCallback(() => {

0 commit comments

Comments
 (0)