Skip to content

Commit

Permalink
chore: format cell-management file
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandru Bereghici committed Oct 5, 2023
1 parent 0466a66 commit 25c84ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export const getClosestGridCellFromCurrentFocus = (dataGridId: string): HTMLElem
return null;
}
if (isCell(focusedElement)) {
return focusedElement
return focusedElement;
}
return getClosestCellFrom(focusedElement, dataGridId);
};

0 comments on commit 25c84ea

Please sign in to comment.