Skip to content

Commit

Permalink
Fix bug #73131
Browse files Browse the repository at this point in the history
  • Loading branch information
KhromovNikita committed Feb 6, 2025
1 parent ecb0aa3 commit f8d7be6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pdf/src/document.js
Original file line number Diff line number Diff line change
Expand Up @@ -4467,7 +4467,7 @@ var CPresentation = CPresentation || function(){};
};

CPDFDoc.prototype.CreateStampRender = function(sType, sUserName, timeStamp) {
this.History.StartNoHistoryMode();
AscCommon.History.StartNoHistoryMode();

let oJsonReader = new AscJsonConverter.ReaderFromJSON();
if (!AscPDF.STAMPS_JSON[sType]) {
Expand Down Expand Up @@ -4557,7 +4557,7 @@ var CPresentation = CPresentation || function(){};
oTextDrawer.Start_Command(AscFormat.DRAW_COMMAND_SHAPE);
oShape.draw(oTextDrawer);

this.History.EndNoHistoryMode();
AscCommon.History.EndNoHistoryMode();

return oTextDrawer;
} ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit f8d7be6

Please sign in to comment.