[DE] Fix for track changes plugin
This commit is contained in:
parent
4ebacbac5a
commit
fe73a1a7fb
|
@ -572,8 +572,8 @@ define([
|
|||
if ( this.appConfig.canReview ) {
|
||||
state = (state == 'on');
|
||||
|
||||
this.api.asc_SetTrackRevisions(state);
|
||||
Common.localStorage.setItem(this.view.appPrefix + "track-changes-" + (this.appConfig.fileKey || ''), state ? 1 : 0);
|
||||
this.api.asc_SetTrackRevisions(state);
|
||||
|
||||
this.view.turnChanges(state);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue