stream_popover: Move left sidebar function to sidebar_ui.

This commit is contained in:
Aman Agrawal
2023-09-28 09:37:42 +00:00
committed by Tim Abbott
parent 820b564072
commit b065cfa0c1
8 changed files with 19 additions and 21 deletions

View File

@@ -507,7 +507,7 @@ export function initialize() {
const sidebarHidden = !$(".app-main .column-left").hasClass("expanded");
popovers.hide_all();
if (sidebarHidden) {
stream_popover.show_streamlist_sidebar();
sidebar_ui.show_streamlist_sidebar();
}
});