Fix clear query option which was opening a query tool in new window in Mac Runtime
parent
47e849dee0
commit
9ad0bd1026
|
@ -862,9 +862,8 @@ define(
|
||||||
|
|
||||||
// Callback function for the clear button click.
|
// Callback function for the clear button click.
|
||||||
on_clear: function(ev) {
|
on_clear: function(ev) {
|
||||||
ev = ev || window.event;
|
this._stopEventPropogation(ev);
|
||||||
ev.cancelBubble = true;
|
this._closeDropDown(ev);
|
||||||
ev.stopPropagation();
|
|
||||||
|
|
||||||
this.query_tool_obj.setValue('');
|
this.query_tool_obj.setValue('');
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue