mirror of
https://github.com/zulip/zulip.git
synced 2025-11-11 09:27:43 +00:00
buddy_list: Add span for search section of header.
This is in preparation for adding a three-dot menu to the header, which we don't want to be a click/hover target in the way the search parts are.
This commit is contained in:
@@ -25,7 +25,7 @@ export class UserSearch {
|
||||
$("#clear_search_people_button").on("click", () => {
|
||||
this.clear_search();
|
||||
});
|
||||
$("#userlist-header").on("click", () => {
|
||||
$("#userlist-header-search").on("click", () => {
|
||||
this.toggle_filter_displayed();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user