Commit 25a0c76f authored by SergeyLuzyanin's avatar SergeyLuzyanin

fix Bug 35215

parent 0c04e732
...@@ -1928,6 +1928,9 @@ CPresentation.prototype = ...@@ -1928,6 +1928,9 @@ CPresentation.prototype =
} }
} }
this.Slides[this.CurPage].graphicObjects.paragraphAdd(ParaItem, bRecalculate); this.Slides[this.CurPage].graphicObjects.paragraphAdd(ParaItem, bRecalculate);
if(AscFormat.getTargetTextObject(this.Slides[this.CurPage].graphicObjects) instanceof AscFormat.CGraphicFrame){
bRecalculate = false;
}
if(oMathShape) if(oMathShape)
{ {
//var oContent = oMathShape.txBody.content; //var oContent = oMathShape.txBody.content;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment