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:
evykassirer
2024-09-30 16:07:24 -07:00
committed by Tim Abbott
parent 17252a70ed
commit 0dedd00112
6 changed files with 19 additions and 10 deletions

View File

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