Removed lockRecalc to custom function when we call Redo

This commit is contained in:
Dmitriy Orlov
2026-02-27 13:55:40 +03:00
parent 0165ddcc24
commit eae916f639

View File

@ -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();
});
});