mirror of
https://github.com/ONLYOFFICE/sdkjs.git
synced 2026-02-10 18:15:19 +08:00
@ -3188,8 +3188,9 @@ ParaDrawing.prototype.SetDrawingPrFromDrawing = function(oAnotherDrawing)
|
||||
};
|
||||
ParaDrawing.prototype.OnContentReDraw = function()
|
||||
{
|
||||
if (this.Parent && this.Parent.Parent)
|
||||
this.Parent.Parent.OnContentReDraw(this.PageNum, this.PageNum);
|
||||
let docContent = this.GetParentDocumentContent();
|
||||
if (docContent)
|
||||
docContent.OnContentReDraw(this.PageNum, this.PageNum);
|
||||
};
|
||||
ParaDrawing.prototype.getBase64Img = function()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user