[DE] Don't show collaborative marks in live viewer

This commit is contained in:
Julia Radzhabova 2022-04-19 23:20:29 +03:00
parent d7c2392049
commit c2f7e442d7

View file

@ -1618,6 +1618,10 @@ define([
value = this.editorConfig.coEditing && this.editorConfig.coEditing.mode==='strict' ? 0 : 1;
}
fastCoauth = (parseInt(value) == 1);
// don't show collaborative marks in live viewer
Common.Utils.InternalSettings.set("de-settings-showchanges-fast", 'none');
Common.Utils.InternalSettings.set("de-settings-showchanges-strict", 'none');
} else {
fastCoauth = false;
autosave = 0;