Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
amanmahajan7 committed Sep 5, 2023
1 parent 88b851e commit 9758553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/selectedCellUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ export function getNextSelectedCellPosition<R, SR>({

if (nextRowIdx < mainHeaderRowIdx) {
// Find the last reachable parent for the new rowIdx
// This check is needed when navigating from to a column
// This check is needed when navigating to a column
// that does not have a parent matching the new rowIdx
const nextColumn = columns[nextIdx];
let parent = nextColumn.parent;
Expand Down

0 comments on commit 9758553

Please sign in to comment.