restyle group panel

This commit is contained in:
RossAscends
2023-05-06 17:23:07 +09:00
parent c1b41a561a
commit ed2b1bd5f0
3 changed files with 144 additions and 70 deletions

View File

@ -3432,6 +3432,10 @@ function selectRightMenuWithAnimation(selectedMenuId) {
complete: function () { },
});
}
/* if (selectedMenuId === "rm_group_chats_block") {
$("#groupCurrentMemberListToggle").click();
} */
})
}