mirror of
https://github.com/ONLYOFFICE/sdkjs.git
synced 2026-04-07 14:09:12 +08:00
[pdf] Fix bug #77407
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user