Commit df4f76c5 authored by Julia Radzhabova's avatar Julia Radzhabova

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

parent c0234c7c
...@@ -828,6 +828,7 @@ define([ ...@@ -828,6 +828,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;
......
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