Skip to content

Commit

Permalink
[pdf] Turn off history for calculation action.
Browse files Browse the repository at this point in the history
  • Loading branch information
KhromovNikita committed Feb 9, 2024
1 parent aca0923 commit ddb36eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pdf/src/document.js
Original file line number Diff line number Diff line change
Expand Up @@ -1347,7 +1347,8 @@ var CPresentation = CPresentation || function(){};
};

CPDFDoc.prototype.DoCalculateFields = function(oSourceField) {

this.TurnOffHistory();

// при изменении любого поля (с коммитом) вызывается calculate у всех
let oThis = this;
this.calculateInfo.SetIsInProgress(true);
Expand Down

0 comments on commit ddb36eb

Please sign in to comment.