mirror of
https://github.com/ONLYOFFICE/sdkjs.git
synced 2026-04-07 14:09:12 +08:00
[pdf] Fix bug #77385
This commit is contained in:
@ -3038,7 +3038,7 @@
|
||||
|
||||
let page = this.file.pages[this.pagesInfo.countTextPages];
|
||||
if (undefined !== page.originIndex) {
|
||||
page.text = this.file.getText(this.pagesInfo.countTextPages);
|
||||
page.text = this.file.getText(page.originIndex);
|
||||
isCommands = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user