mirror of
https://github.com/zulip/zulip.git
synced 2025-11-21 15:09:34 +00:00
stream_popover: Move left sidebar function to sidebar_ui.
This commit is contained in:
@@ -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();
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user