[pdf] Fix bug #77744

This commit is contained in:
Nikita Khromov
2025-10-21 15:19:34 +07:00
committed by Ilya Kirillov
parent a8417ae2fc
commit a3b22bafae

View File

@ -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);
};