search: Remove popovers.hide_all in click event.

This commit is contained in:
Aman Agrawal 2023-10-03 11:48:10 +00:00 committed by Tim Abbott
parent 8970786048
commit b680112944

View File

@ -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();