mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
topic_list: Rename function to specify where it works.
This function only works to scroll topic in left sidebar.
This commit is contained in:
@@ -782,7 +782,7 @@ export function handle_narrow_activated(
|
||||
}
|
||||
|
||||
if (is_zoomed_in()) {
|
||||
topic_list.scroll_zoomed_in_topic_into_view();
|
||||
topic_list.left_sidebar_scroll_zoomed_in_topic_into_view();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user