From ca4f007009a5320c97c177f5cf5d6f5bb0994f6f Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Sat, 17 May 2025 08:30:53 +0300 Subject: [PATCH] Fix chat manager in group chats --- public/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/script.js b/public/script.js index 2f80c5d53..26364483b 100644 --- a/public/script.js +++ b/public/script.js @@ -11130,7 +11130,7 @@ jQuery(async function () { }); if (id == 'option_select_chat') { - if (this_chid === undefined && !is_send_press) { + if (this_chid === undefined && !is_send_press && !selected_group) { await openPermanentAssistantCard(); } if ((selected_group && !is_group_generating) || (this_chid !== undefined && !is_send_press) || fromSlashCommand) {