Fix chat manager in group chats
| @@ -11130,7 +11130,7 @@ jQuery(async function () { | ||
| 11130 | 11130 | }); |
| 11131 | 11131 | |
| 11132 | 11132 | if (id == 'option_select_chat') { |
| 11133 | 11133 | if (this_chid === undefined && !is_send_press && !selected_group) { |
| 11134 | 11134 | await openPermanentAssistantCard(); |
| 11135 | 11135 | } |
| 11136 | 11136 | if ((selected_group && !is_group_generating) || (this_chid !== undefined && !is_send_press) || fromSlashCommand) { |