Fix chat manager in group chats

ca4f007009a5320c97c177f5cf5d6f5bb0994f6f

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -1Ignore whitespace
public/script.js+1 -1
@@ -11130,7 +11130,7 @@ jQuery(async function () {
11130 });11130 });
1113111131
11132 if (id == 'option_select_chat') {11132 if (id == 'option_select_chat') {
11133 if (this_chid === undefined && !is_send_press) {11133 if (this_chid === undefined && !is_send_press && !selected_group) {
11134 await openPermanentAssistantCard();11134 await openPermanentAssistantCard();
11135 }11135 }
11136 if ((selected_group && !is_group_generating) || (this_chid !== undefined && !is_send_press) || fromSlashCommand) {11136 if ((selected_group && !is_group_generating) || (this_chid !== undefined && !is_send_press) || fromSlashCommand) {