Commit e7589a5f authored by Alexander Yuzhin's avatar Alexander Yuzhin

[DE] Fix Bug 33051

parent 36f49fa8
......@@ -258,6 +258,8 @@ Ext.define('DE.controller.toolbar.Edit', {
onTapSave: function() {
this.api && this.api.asc_Save();
this.getSaveButton().setDisabled(true);
Common.component.Analytics.trackEvent('ToolBar', 'Save');
},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment