Skip to content

Commit e317908

Browse files
author
路振凯
committed
feat: add snap
1 parent dd6db3e commit e317908

File tree

2 files changed

+90
-91
lines changed

2 files changed

+90
-91
lines changed

src/hooks/useStickyOffsets.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ function useStickyOffsets<RecordType>(
4545
start: startOffsets,
4646
end: endOffsets,
4747
widths: colWidths,
48-
isSticky: flattenColumns.some(column => column.fixed),
4948
};
5049
}, [colWidths, flattenColumns, rowContext]);
5150

0 commit comments

Comments
 (0)