improve ChatAutoLoad, better group panel styling

This commit is contained in:
RossAscends
2023-05-06 20:19:45 +09:00
parent b9fb937052
commit 8adbff122b
4 changed files with 39 additions and 51 deletions

View File

@ -3433,11 +3433,13 @@ function selectRightMenuWithAnimation(selectedMenuId) {
easing: animation_easing,
complete: function () { },
});
// $(menu).find('#groupCurrentMemberListToggle').click();
}
/* if (selectedMenuId === "rm_group_chats_block") {
$("#groupCurrentMemberListToggle").click();
} */
})
}
@ -5583,7 +5585,7 @@ $(document).ready(function () {
icon.toggleClass('openIcon closedIcon');
drawer.toggleClass('openDrawer closedDrawer');
console.log(targetDrawerID);
//console.log(targetDrawerID);
if (targetDrawerID === 'right-nav-panel') {
$(this).closest('.drawer').find('.drawer-content').slideToggle({
duration: 200,