mirror of
https://github.com/zulip/zulip.git
synced 2025-11-16 11:52:01 +00:00
topic_list: Fix and improve selectors related to the topic list filter.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user