[DE] Use clear forms function

This commit is contained in:
Julia Radzhabova 2020-10-13 15:28:02 +03:00
parent 41c082ad44
commit fde9320fdf

View file

@ -228,7 +228,7 @@ define([
onClearClick: function() {
if (this.api) {
// this.api.asc_ClearControls();
this.api.asc_ClearAllSpecialForms();
}
Common.NotificationCenter.trigger('edit:complete', this.toolbar);
},