Skip to content

Commit

Permalink
Fix bug #70541
Browse files Browse the repository at this point in the history
  • Loading branch information
KhromovNikita committed Sep 30, 2024
1 parent 53fb442 commit adb4525
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pdf/src/annotations/freeText.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@
return;
}

AscCommon.History.Add(new CChangesPDFFreeTextRotate(this, this._rotate, nAngle));

let oBodyPr = oTxShape.txBody.bodyPr;

switch (nAngle) {
Expand Down

0 comments on commit adb4525

Please sign in to comment.