Commit 408181d6 authored by Ilya.Kirillov's avatar Ilya.Kirillov Committed by Alexander.Trofimov

Исправлен баг со сбрасыванием текстовых настроек при добавлении буквицы (баг 21198).

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@50664 954022d7-b5bf-4e40-9824-e11837661b57
parent b8ec6622
......@@ -11168,6 +11168,8 @@ Paragraph.prototype =
var Type = this.Content[Pos].Type;
if ( para_Text === Type )
break;
else if ( para_TextPr === Type )
LastTextPr = this.Content[Pos];
}
EndPos = Pos + 1;
......
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