Commit 90f80754 authored by Ilya Kirillov's avatar Ilya Kirillov

Fixed bug #35650

parent 9d179b89
......@@ -10269,8 +10269,9 @@ Paragraph.prototype.Continue = function(NewParagraph)
var EndPos = this.Get_EndPos2(false);
var CurPos = this.Get_ParaContentPos(false, false);
this.Set_ParaContentPos(EndPos, true, -1, -1);
TextPr = this.Get_TextPr(this.Get_ParaContentPos(false, false));
TextPr = this.Get_TextPr(this.Get_ParaContentPos(false, false)).Copy();
this.Set_ParaContentPos(CurPos, false, -1, -1, false);
TextPr.HighLight = highlight_None;
}
// Копируем настройки параграфа
......
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