[DE] Use clear forms function
This commit is contained in:
parent
41c082ad44
commit
fde9320fdf
|
@ -228,7 +228,7 @@ define([
|
||||||
|
|
||||||
onClearClick: function() {
|
onClearClick: function() {
|
||||||
if (this.api) {
|
if (this.api) {
|
||||||
// this.api.asc_ClearControls();
|
this.api.asc_ClearAllSpecialForms();
|
||||||
}
|
}
|
||||||
Common.NotificationCenter.trigger('edit:complete', this.toolbar);
|
Common.NotificationCenter.trigger('edit:complete', this.toolbar);
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue