Compare commits

...

2 Commits

View File

@ -176,7 +176,6 @@ const RealtimeTable = ({ formType, formId, sheetName, direction, year }) => {
measureElement: (el) => el?.offsetHeight || TABLE_ROW_HEIGHT, measureElement: (el) => el?.offsetHeight || TABLE_ROW_HEIGHT,
}, },
onEditingCellChange: (cell) => { onEditingCellChange: (cell) => {
console.log(cell, editingCell);
if (cell) { if (cell) {
if (editingCell) return; if (editingCell) return;
contextStartEditing?.(cell.row, cell.column); contextStartEditing?.(cell.row, cell.column);