Skip to content

Commit 0e90906

Browse files
committed
Tweak
1 parent f736a3b commit 0e90906

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hooks/useColumnWidths.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ export function useColumnWidths<R, SR>(
8989
// remeasure all columns that can flex and are not resized by the user
9090
for (const { key, width } of viewportColumns) {
9191
if (
92-
resizingKey !== key &&
9392
columnsCanFlex &&
93+
resizingKey !== key &&
9494
typeof width === 'string' &&
9595
!resizedColumnWidths.has(key)
9696
) {

0 commit comments

Comments
 (0)