mirror of
https://github.com/ONLYOFFICE/sdkjs.git
synced 2026-04-07 14:09:12 +08:00
Fix bug #72518
This commit is contained in:
committed by
Ilya Kirillov
parent
0d235ccf25
commit
d9997ee0b5
@ -305,7 +305,7 @@
|
||||
return this.group.GetPage();
|
||||
|
||||
let oParentPage = this.GetParentPage();
|
||||
if (!oParentPage) {
|
||||
if (!oParentPage || !(oParentPage instanceof AscPDF.CPageInfo)) {
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user