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

Исправленен баг с уделением текста во время ввода нового внутри автофигур (баг 30013).

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@64805 954022d7-b5bf-4e40-9824-e11837661b57
parent 60396b49
...@@ -2472,7 +2472,7 @@ CDocumentContent.prototype = ...@@ -2472,7 +2472,7 @@ CDocumentContent.prototype =
{ {
// Если у нас что-то заселекчено и мы вводим текст или пробел // Если у нас что-то заселекчено и мы вводим текст или пробел
// и т.д., тогда сначала удаляем весь селект. // и т.д., тогда сначала удаляем весь селект.
this.Remove( 1, true ); this.Remove(1, true, false, true);
break; break;
} }
case para_TextPr: case para_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