mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 21:30:34 +08:00
[DE] Fix for track changes plugin
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user