FIX: Use mouse down event when cancelling search (#14788)
This commit is contained in:
parent
aeaf27b7dc
commit
80c6f6a48b
|
@ -316,7 +316,7 @@ export default createWidget("search-menu", {
|
|||
});
|
||||
},
|
||||
|
||||
clickOutside() {
|
||||
mouseDownOutside() {
|
||||
this.sendWidgetAction("toggleSearchMenu");
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue