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

баг с откатом последнего изменения при работе с презентацией одним пользователем

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@60353 954022d7-b5bf-4e40-9824-e11837661b57
parent a2a5d9b5
......@@ -1119,6 +1119,8 @@ function CCollaborativeEditing()
};
this.OnCallback_AskLock = function(result)
{
if (true === oThis.m_bGlobalLock)
{
// Снимаем глобальный лок
oThis.m_bGlobalLock = false;
......@@ -1174,6 +1176,7 @@ function CCollaborativeEditing()
History.Clear_Redo();
}
}
editor.isChartEditor = false;
};
//-----------------------------------------------------------------------------------
......
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