mirror of
https://github.com/discourse/discourse.git
synced 2025-02-22 00:35:41 +08: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