Compare commits

..

No commits in common. "97934a3404f2a11556854c6c1529b42196ba1f1f" and "bc4e5122c68b55e940be97d746fc2228cbfe957c" have entirely different histories.

View File

@ -176,6 +176,7 @@ 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);