diff --git a/word/Editor/Paragraph/ParaDrawing.js b/word/Editor/Paragraph/ParaDrawing.js index e0480b2bcf..f580282198 100644 --- a/word/Editor/Paragraph/ParaDrawing.js +++ b/word/Editor/Paragraph/ParaDrawing.js @@ -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() {