Skip to content

Commit bda81e3

Browse files
author
tyengibaryan
committed
fix: failing build job
1 parent f22fd7e commit bda81e3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/core/src/data-editor/data-editor.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3525,6 +3525,7 @@ const DataEditorImpl: React.ForwardRefRenderFunction<DataEditorRef, DataEditorPr
35253525
newVal !== undefined &&
35263526
!isInnerOnlyCell(newVal) &&
35273527
isEditableGridCell(newVal) &&
3528+
!isInnerOnlyCell(cell) &&
35283529
isEditableGridCell(cell) &&
35293530
cell.readonly !== true
35303531
) {

0 commit comments

Comments
 (0)