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.
|
||||
on_clear: function(ev) {
|
||||
ev = ev || window.event;
|
||||
ev.cancelBubble = true;
|
||||
ev.stopPropagation();
|
||||
this._stopEventPropogation(ev);
|
||||
this._closeDropDown(ev);
|
||||
|
||||
this.query_tool_obj.setValue('');
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue