Skip to content

Commit

Permalink
Fix bug #72983
Browse files Browse the repository at this point in the history
  • Loading branch information
KhromovNikita authored and K0R0L committed Feb 3, 2025
1 parent 5da1111 commit fdcb678
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pdf/src/annotations/text.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,8 @@
oReply.SetReplyTo(this.GetReplyTo() || this);
CommentData.SetUserData(oReply.GetId());
oReply.SetContents(CommentData.m_sText);

oReply._wasChanged = true;

if (!nPos) {
nPos = this._replies.length;
}
Expand Down

0 comments on commit fdcb678

Please sign in to comment.