Commit f0e12f76 authored by Oleg Korshul's avatar Oleg Korshul

Fix bug 36217

parent 623ba9f2
......@@ -7346,6 +7346,8 @@ background-repeat: no-repeat;\
};
asc_docs_api.prototype.asc_SetFastCollaborative = function(isOn)
{
if (!this.WordControl || !this.WordControl.m_oLogicDocument)
return;
if (AscCommon.CollaborativeEditing){
AscCommon.CollaborativeEditing.Set_Fast(isOn);
if(window['AscCommon'].g_clipboardBase && isOn && !AscCommon.CollaborativeEditing.Is_SingleUser()){
......
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