Commit 63511e7a authored by Sergey.Konovalov's avatar Sergey.Konovalov Committed by Alexander.Trofimov

при вставке внутрь параграфа перемещаем курсор.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@52810 954022d7-b5bf-4e40-9824-e11837661b57
parent b4e034d1
...@@ -2941,6 +2941,7 @@ PasteProcessor.prototype = ...@@ -2941,6 +2941,7 @@ PasteProcessor.prototype =
} }
} }
Item.Internal_Content_Add(nContentPos, TextPr); Item.Internal_Content_Add(nContentPos, TextPr);
Item.Set_ContentPos(nContentPos, true, -1);
} }
Item.RecalcInfo.Set_Type_0(pararecalc_0_All); Item.RecalcInfo.Set_Type_0(pararecalc_0_All);
Item.RecalcInfo.Set_Type_0_Spell(pararecalc_0_Spell_All); Item.RecalcInfo.Set_Type_0_Spell(pararecalc_0_Spell_All);
......
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