mirror of
https://github.com/zulip/zulip.git
synced 2026-07-06 21:18:58 +08:00
search: Remove popovers.hide_all in click event.
This commit is contained in:
parent
8970786048
commit
b680112944
@ -153,7 +153,6 @@ export function initialize({on_narrow_search}) {
|
||||
|
||||
// register searchbar click handler
|
||||
$("#search_exit").on("click", (e) => {
|
||||
popovers.hide_all();
|
||||
exit_search({keep_search_narrow_open: false});
|
||||
e.preventDefault();
|
||||
e.stopPropagation();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user