Skip to content

Commit

Permalink
[pdf] Fix crit on FreeText annot
Browse files Browse the repository at this point in the history
  • Loading branch information
KhromovNikita committed Feb 18, 2025
1 parent 031ac99 commit 14044e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdf/src/annotations/freeText.js
Original file line number Diff line number Diff line change
Expand Up @@ -967,7 +967,7 @@
else if (this.selectedObjects.length <= this.spTree.length - 1) {
let _t = this;
// селектим все фигуры в группе (кроме перпендикулярной линии) если до сих пор не заселекчены
this.select(oController, this.selectStartPage);
this.select(oController, this.GetPage());
oController.selection.groupSelection = this;
this.selectedObjects.length = 0;

Expand Down

0 comments on commit 14044e2

Please sign in to comment.