[DE] Don't show collaborative changes in the view mode with commenting.

This commit is contained in:
Julia Radzhabova 2017-06-28 16:49:58 +03:00
parent c25971dd82
commit 781f9f4cd2

View file

@ -806,6 +806,7 @@ define([
} else if (!me.appOptions.isEdit && me.appOptions.canComments) { } else if (!me.appOptions.isEdit && me.appOptions.canComments) {
me._state.fastCoauth = true; me._state.fastCoauth = true;
me.api.asc_SetFastCollaborative(me._state.fastCoauth); me.api.asc_SetFastCollaborative(me._state.fastCoauth);
me.api.SetCollaborativeMarksShowType(Asc.c_oAscCollaborativeMarksShowType.None);
me.api.asc_setAutoSaveGap(1); me.api.asc_setAutoSaveGap(1);
} else { } else {
me._state.fastCoauth = false; me._state.fastCoauth = false;