topic_list: Fix and improve selectors related to the topic list filter.

This commit is contained in:
Sayam Samal
2025-07-09 10:30:08 +05:30
committed by Tim Abbott
parent c75a48b63b
commit f4ec5f9741
3 changed files with 3 additions and 3 deletions

View File

@@ -425,7 +425,7 @@ export function zoom_in_topics(options: {stream_id: number | undefined}): void {
$elt.show();
// Add search box for topics list.
$elt.children("div.bottom_left_row").append($(render_filter_topics()));
$("#left-sidebar-filter-topic-input").trigger("focus");
$("#topic_filter_query").trigger("focus");
topic_list.setup_topic_search_typeahead();
} else {
$elt.hide();