Commit b79e0826 authored by Alexey.Musinov's avatar Alexey.Musinov

ios collaboration

parent 03f625f4
......@@ -6054,6 +6054,13 @@ Asc['asc_docs_api'].prototype.openDocument = function(sData)
this.WordControl.m_oLogicDocument.Continue_FastCollaborativeEditing();
this.ParcedDocument = true;
if (this.isStartCoAuthoringOnEndLoad)
{
this.CoAuthoringApi.onStartCoAuthoring(true);
this.isStartCoAuthoringOnEndLoad = false;
}
window["native"]["onEndLoadingFile"]();
var t = this;
......
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