mirror of
https://github.com/zulip/zulip.git
synced 2026-07-06 21:18:58 +08:00
popovers: Remove unused show_pm_list_sidebar.
This was likely introduced in error in fd66d9f70336b2bdbbffb1bf13402516b9920682; it is a duplicate of show_userlist_sidebar, which, in contrast is actually called.
This commit is contained in:
parent
5a83543418
commit
20b357d8d9
@ -814,11 +814,6 @@ export function show_userlist_sidebar() {
|
||||
resize.resize_page_components();
|
||||
}
|
||||
|
||||
export function show_pm_list_sidebar() {
|
||||
$(".app-main .column-left").addClass("expanded");
|
||||
resize.resize_page_components();
|
||||
}
|
||||
|
||||
let current_user_sidebar_user_id;
|
||||
let current_user_sidebar_popover;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user