diff --git a/cell/model/History.js b/cell/model/History.js index 9048ae4870..a86b61e9a7 100644 --- a/cell/model/History.js +++ b/cell/model/History.js @@ -722,7 +722,7 @@ CHistory.prototype.RedoExecute = function(Point, oRedoObjectParam) CHistory.prototype.UndoRedoEnd = function (Point, oRedoObjectParam, bUndo) { var wsViews, i, oState = null, bCoaut = false, t = this; AscCommonExcel.executeInR1C1Mode(false, function () { - AscCommonExcel.lockCustomFunctionRecalculate(true, function () { + AscCommonExcel.lockCustomFunctionRecalculate(false, function () { t.workbook.dependencyFormulas.unlockRecal(); }); });