FIX: Use mouse down event when cancelling search (#14788)

This commit is contained in:
Penar Musaraj 2021-11-02 09:26:06 -04:00 committed by GitHub
parent aeaf27b7dc
commit 80c6f6a48b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -316,7 +316,7 @@ export default createWidget("search-menu", {
});
},
clickOutside() {
mouseDownOutside() {
this.sendWidgetAction("toggleSearchMenu");
},