Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Gordon Ko committed Oct 10, 2023
1 parent 2734915 commit 8065535
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions src/DataGrid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -537,8 +537,7 @@ function DataGrid<R, SR, K extends Key>(
row,
column,
rowIdx,
selectCell,
resizeColumn: handleColumnResize
selectCell
},
cellEvent
);
Expand Down
1 change: 0 additions & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ interface SelectCellKeyDownArgs<TRow, TSummaryRow = unknown> {
column: CalculatedColumn<TRow, TSummaryRow>;
rowIdx: number;
selectCell: (position: Position, enableEditor?: Maybe<boolean>) => void;
resizeColumn: (column: CalculatedColumn<TRow, TSummaryRow>, width: number) => void;
}

export interface EditCellKeyDownArgs<TRow, TSummaryRow = unknown> {
Expand Down

0 comments on commit 8065535

Please sign in to comment.