mirror of
https://github.com/ONLYOFFICE/sdkjs.git
synced 2026-04-07 14:09:12 +08:00
Removed lockRecalc to custom function when we call Redo
This commit is contained in:
@ -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();
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user