[PE] Fix Bug 37549
This commit is contained in:
parent
d7f4d9047e
commit
6565b7b7e9
|
@ -890,7 +890,7 @@ define([
|
||||||
this.api.asc_Save();
|
this.api.asc_Save();
|
||||||
}
|
}
|
||||||
|
|
||||||
toolbar.btnsSave.setDisabled(!toolbar.mode.forcesave);
|
toolbar.btnSave.setDisabled(!toolbar.mode.forcesave);
|
||||||
|
|
||||||
Common.NotificationCenter.trigger('edit:complete', this.toolbar);
|
Common.NotificationCenter.trigger('edit:complete', this.toolbar);
|
||||||
Common.component.Analytics.trackEvent('Save');
|
Common.component.Analytics.trackEvent('Save');
|
||||||
|
|
Loading…
Reference in a new issue