Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nstepien authored Oct 5, 2023
1 parent 268e3d2 commit 4b38bc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/selectedCellUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export function isSelectedCellEditable<R, SR>({
return isCellEditableUtil(column, row);
}

// https://github.com/vercel/next.js/issues/56480
export function isCellEditableUtil<R, SR>(column: CalculatedColumn<R, SR>, row: R): boolean {
return (
column.renderEditCell != null &&
Expand Down

0 comments on commit 4b38bc7

Please sign in to comment.