Skip to content

Commit

Permalink
Fix bug 72648
Browse files Browse the repository at this point in the history
  • Loading branch information
Coolcooo committed Feb 14, 2025
1 parent f318388 commit 794332f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/Drawings/TextDrawer.js
Original file line number Diff line number Diff line change
Expand Up @@ -641,8 +641,8 @@ CParagraphStructure.prototype.checkWord = function() {
let oObjectToDraw = aContent[nPosInLine];
if(oObjectToDraw.Code !== undefined) {
aWord.push(aContent[nPosInLine]);
oWordPos.posInLine = nPosInLine;
}
oWordPos.posInLine = nPosInLine;
}
oWordPos.line = nLine;
}
Expand Down

0 comments on commit 794332f

Please sign in to comment.