mirror of
https://github.com/ONLYOFFICE/sdkjs.git
synced 2026-04-07 14:09:12 +08:00
[pdf] Fix bug #77744
This commit is contained in:
committed by
Ilya Kirillov
parent
a8417ae2fc
commit
a3b22bafae
@ -1570,4 +1570,6 @@ CChangesPDFDocumentEndRedact.prototype.ReadFromBinary = function(Reader)
|
||||
this.QuadsFlat[nIndex] = Reader.GetDouble();
|
||||
}
|
||||
};
|
||||
|
||||
CChangesPDFDocumentEndRedact.prototype.CreateReverseChange = function() {
|
||||
return new this.constructor(this.Class, this.RedactId, this.Page, this.QuadsFlat);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user