[DE] Fix Bug 33051
This commit is contained in:
parent
36f49fa837
commit
e7589a5f3e
|
@ -258,6 +258,8 @@ Ext.define('DE.controller.toolbar.Edit', {
|
||||||
|
|
||||||
onTapSave: function() {
|
onTapSave: function() {
|
||||||
this.api && this.api.asc_Save();
|
this.api && this.api.asc_Save();
|
||||||
|
this.getSaveButton().setDisabled(true);
|
||||||
|
|
||||||
Common.component.Analytics.trackEvent('ToolBar', 'Save');
|
Common.component.Analytics.trackEvent('ToolBar', 'Save');
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue