mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 14:03:30 +00:00 
			
		
		
		
	stream_list: Remove unneeded export on scroll_stream_into_view.
This commit is contained in:
		@@ -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) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user