Fix chat manager in group chats

ca4f007009a5320c97c177f5cf5d6f5bb0994f6f

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

1 files changed, +1 -1Showing whitespace changes
public/script.js+1 -1
@@ -11130,7 +11130,7 @@ jQuery(async function () {
1113011130 });
1113111131
1113211132 if (id == 'option_select_chat') {
1113311133 if (this_chid === undefined && !is_send_press && !selected_group) {
1113411134 await openPermanentAssistantCard();
1113511135 }
1113611136 if ((selected_group && !is_group_generating) || (this_chid !== undefined && !is_send_press) || fromSlashCommand) {