Skip to content

Commit

Permalink
Fix params
Browse files Browse the repository at this point in the history
  • Loading branch information
amanmahajan7 committed Aug 23, 2023
1 parent 253c414 commit 15a6edf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HeaderCell.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ export default function HeaderCell<R, SR>({
onFocus?.(event);
if (shouldFocusGrid) {
// Select the first header cell if there is no selected cell
selectCell(0);
selectCell({ idx: 0, rowIdx });
}
}

Expand Down

0 comments on commit 15a6edf

Please sign in to comment.