mirror of
https://github.com/zulip/zulip.git
synced 2026-07-06 21:18:58 +08:00
resize: Remove unused return value of resize_sidebars.
This commit is contained in:
parent
781387781b
commit
4d6cfcb0ff
@ -171,7 +171,6 @@ export function resize_sidebars() {
|
||||
const h = get_new_heights();
|
||||
$("#buddy_list_wrapper").css("max-height", h.buddy_list_wrapper_max_height);
|
||||
$("#left_sidebar_scroll_container").css("max-height", h.stream_filters_max_height);
|
||||
return h;
|
||||
}
|
||||
|
||||
export function update_recent_view_filters_height() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user