Compare commits
2 Commits
bc4e5122c6
...
97934a3404
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
97934a3404 | ||
|
|
0b33ba2b40 |
@ -176,7 +176,6 @@ const RealtimeTable = ({ formType, formId, sheetName, direction, year }) => {
|
||||
measureElement: (el) => el?.offsetHeight || TABLE_ROW_HEIGHT,
|
||||
},
|
||||
onEditingCellChange: (cell) => {
|
||||
console.log(cell, editingCell);
|
||||
if (cell) {
|
||||
if (editingCell) return;
|
||||
contextStartEditing?.(cell.row, cell.column);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user