mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 14:34:35 +00:00
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…
x
Reference in New Issue
Block a user