Skip to content

Commit

Permalink
Merge branch 'feat/add-footer-prop-infinite' into alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
mguellsegarra committed Jul 17, 2024
2 parents 24f9c6c + 3a772e3 commit a7d25a8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/components/InfiniteTable/useRowSelection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,6 @@ export const useRowSelection = ({
}, 1000);
}, [allRowSelectedMode, internalSelectedRowKeys.length, totalRows, gridRef]);

useEffect(() => {
return () => {
timeoutRef.current && clearTimeout(timeoutRef.current);
};
}, [onHeaderCheckboxChange]);

const onSelectionChanged = useCallback(
(event: { api: { getSelectedNodes: () => any } }) => {
if (allRowSelectedModeLock.current) {
Expand Down

0 comments on commit a7d25a8

Please sign in to comment.