We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f635d9 commit 752f8f8Copy full SHA for 752f8f8
packages/core/src/internal/scrolling-data-grid/infinite-scroller.tsx
@@ -77,6 +77,7 @@ function useTouchUpDelayed(delay: number): boolean {
77
const safeWindow = typeof window === "undefined" ? null : window;
78
79
const cbTimer = React.useRef(0);
80
+
81
useEventListener(
82
"touchstart",
83
React.useCallback(() => {
0 commit comments