[pdf] Fix bug #77407

This commit is contained in:
Nikita Khromov
2025-10-09 21:06:48 +07:00
parent 589bbcd097
commit ae3cb19571

View File

@ -8002,7 +8002,7 @@ var CPresentation = CPresentation || function(){};
}
});
return nMax;
return Math.max(nMax, this.GetCurMaxApIdx());
};
CPDFDoc.prototype.Add_ContentChanges = function(Changes) {
this.pagesContentChanges.Add(Changes);