This commit is contained in:
Nikita Khromov
2025-01-15 19:51:31 +07:00
committed by Ilya Kirillov
parent 0d235ccf25
commit d9997ee0b5

View File

@ -305,7 +305,7 @@
return this.group.GetPage();
let oParentPage = this.GetParentPage();
if (!oParentPage) {
if (!oParentPage || !(oParentPage instanceof AscPDF.CPageInfo)) {
return -1;
}