Commit 2f9a610c authored by Sergey.Tsarkov's avatar Sergey.Tsarkov Committed by Alexander.Trofimov

добавление в history вставки формулы в формулу

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@53014 954022d7-b5bf-4e40-9824-e11837661b57
parent 4518d5a2
......@@ -610,6 +610,7 @@ CMathContent.prototype =
},
addToContent_2: function(oSub) // for "menu"
{
History.Create_NewPoint();
// добавление к контенту элементов из другого контента в текущую позицию
// первый элемент в добавляемом контенте CEmpty пропускаем
......@@ -667,6 +668,7 @@ CMathContent.prototype =
pos++;
this.CurPos = pos;
History.Add(this.Composition.CurrentContent, {Type: historyitem_Math_AddItem, Items: items, Pos: Pos, PosEnd: EndPos});
},
setComposition: function(Composition)
{
......
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