test bota #77

Closed
Raykov-MS wants to merge 373 commits from test into main
Showing only changes of commit 0b33ba2b40 - Show all commits

View File

@ -72,7 +72,6 @@ const EditCell = ({ refCell, onChange, disabled, value, tableId, cellId, table }
if (isFormula(curValue)) {
// Сохраняем формулу в localStorage
saveToStorage(storageKey, curValue);
// Вычисляем и сохраняем результат
try {
const formula = extractFormula(curValue);