Commit a5e1be1f authored by Sergey.Luzyanin's avatar Sergey.Luzyanin Committed by Alexander.Trofimov

Bug 30365 - [EmbedViewer]Ошибка в консоли при клике в рабочую область после...

Bug 30365 - [EmbedViewer]Ошибка в консоли при клике в рабочую область после перехода на другую страницу

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@64701 954022d7-b5bf-4e40-9824-e11837661b57
parent bc963be5
......@@ -654,7 +654,7 @@ CGraphicFrame.prototype =
{
if(this.graphicObject.Is_TableBorder( tx, ty, 0))
{
if(editor.WordControl.m_oLogicDocument.Document_Is_SelectionLocked(changestype_Drawing_Props) === false)
if(!editor.isViewMode && editor.WordControl.m_oLogicDocument.Document_Is_SelectionLocked(changestype_Drawing_Props) === false)
{
History.Create_NewPoint(historydescription_Presentation_TableBorder);
}
......
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