Commit dedf4d1c authored by Sergey Luzyanin's avatar Sergey Luzyanin

fix Bug 33556

parent 41f8c88d
......@@ -175,7 +175,7 @@ ParaRun.prototype.Copy = function(Selected)
NewRun.Set_ReviewType(reviewtype_Add);
if(true === bMath)
NewRun.MathPrp = this.MathPrp.Copy();
NewRun.Set_MathPr(this.MathPrp.Copy());
var StartPos = 0;
var EndPos = this.Content.length;
......
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