[DE mobile] Fix Bug 36750.
This commit is contained in:
parent
b7675946f8
commit
e9cc43334a
|
@ -478,6 +478,9 @@ define([
|
||||||
me.hidePreloader();
|
me.hidePreloader();
|
||||||
me.onLongActionEnd(Asc.c_oAscAsyncActionType['BlockInteraction'], LoadingDocument);
|
me.onLongActionEnd(Asc.c_oAscAsyncActionType['BlockInteraction'], LoadingDocument);
|
||||||
|
|
||||||
|
if (me.appOptions.isReviewOnly)
|
||||||
|
me.api.asc_SetTrackRevisions(true);
|
||||||
|
|
||||||
/** coauthoring begin **/
|
/** coauthoring begin **/
|
||||||
this.isLiveCommenting = Common.localStorage.getBool("de-settings-livecomment", true);
|
this.isLiveCommenting = Common.localStorage.getBool("de-settings-livecomment", true);
|
||||||
this.isLiveCommenting ? this.api.asc_showComments(true) : this.api.asc_hideComments();
|
this.isLiveCommenting ? this.api.asc_showComments(true) : this.api.asc_hideComments();
|
||||||
|
|
Loading…
Reference in a new issue