Commit f6280bc3 authored by Ilya.Kirillov's avatar Ilya.Kirillov

Сделано, чтобы при начале просмотра результатов рассылки сбрасывался селект (баг 30373).

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@64893 954022d7-b5bf-4e40-9824-e11837661b57
parent 6dd66d5f
...@@ -14170,6 +14170,7 @@ CDocument.prototype.Preview_MailMergeResult = function(Index) ...@@ -14170,6 +14170,7 @@ CDocument.prototype.Preview_MailMergeResult = function(Index)
if (true !== this.MailMergePreview) if (true !== this.MailMergePreview)
{ {
this.MailMergePreview = true; this.MailMergePreview = true;
this.Selection_Remove();
CollaborativeEditing.m_bGlobalLock = true; CollaborativeEditing.m_bGlobalLock = true;
} }
......
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