Commit b0fbd020 authored by Alexander.Trofimov's avatar Alexander.Trofimov

fix autosave

parent 84955468
......@@ -1881,7 +1881,7 @@ background-repeat: no-repeat;\
this.asc_Save(true);
this.lastSaveTime = _curTime;
} else {
if (AscCommon.CollaborativeEditing.Is_Fast()) {
if (AscCommon.CollaborativeEditing.Is_Fast() && !AscCommon.CollaborativeEditing.Is_SingleUser()) {
this.WordControl.m_oLogicDocument.Continue_FastCollaborativeEditing();
} else {
var _bIsWaitScheme = 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