| 11130 | }); | 11130 | }); |
| 11131 | | 11131 | |
| 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) { |