[DE] Don't show collaborative changes in the view mode with commenting.
This commit is contained in:
parent
c25971dd82
commit
781f9f4cd2
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue