fix new char highlight, group drawers autoOpen logic

This commit is contained in:
RossAscends
2023-05-31 22:22:52 +09:00
committed by SillyLossy
parent 0633d16622
commit 55f38f69d6
2 changed files with 41 additions and 19 deletions

View File

@ -972,6 +972,9 @@ function select_group_chats(groupId, skipAnimation) {
$("#rm_group_scenario").show();
} else {
$("#rm_group_submit").show();
if ($("#groupAddMemberListToggle .inline-drawer-content").css('display') !== 'block') {
$("#groupAddMemberListToggle").trigger('click');
}
$("#rm_group_delete").hide();
$("#rm_group_scenario").hide();
}