stream_list: Remove unneeded export on scroll_stream_into_view.

This commit is contained in:
Evy Kassirer
2025-06-28 18:51:44 -07:00
committed by Tim Abbott
parent 443db4bd21
commit 98e65b220a

View File

@@ -1110,7 +1110,7 @@ export function toggle_filter_displayed(e: JQuery.ClickEvent): void {
e.preventDefault();
}
export function scroll_stream_into_view($stream_li: JQuery): void {
function scroll_stream_into_view($stream_li: JQuery): void {
const $container = $("#left_sidebar_scroll_container");
if ($stream_li.length !== 1) {