Commit 296fab4b authored by Ilya Kirillov's avatar Ilya Kirillov

Fixed bug #33773

parent 68c2ed73
......@@ -2617,6 +2617,9 @@ CMathContent.prototype.private_LoadFromMenuSymbol = function(Type, Pr)
{
var TextPr, MathPr;
if (this.Content.length <= 0)
this.Correct_Content();
if(this.Content.length > 0 && this.Content[this.CurPos].Type == para_Math_Run && this.Selection_IsEmpty() == true) // находимся в Run, селект отсутствует
{
TextPr = this.Content[this.CurPos].Get_TextPr();
......
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