mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Fix chat manager in group chats
This commit is contained in:
@ -11130,7 +11130,7 @@ jQuery(async function () {
|
|||||||
});
|
});
|
||||||
|
|
||||||
if (id == 'option_select_chat') {
|
if (id == 'option_select_chat') {
|
||||||
if (this_chid === undefined && !is_send_press) {
|
if (this_chid === undefined && !is_send_press && !selected_group) {
|
||||||
await openPermanentAssistantCard();
|
await openPermanentAssistantCard();
|
||||||
}
|
}
|
||||||
if ((selected_group && !is_group_generating) || (this_chid !== undefined && !is_send_press) || fromSlashCommand) {
|
if ((selected_group && !is_group_generating) || (this_chid !== undefined && !is_send_press) || fromSlashCommand) {
|
||||||
|
Reference in New Issue
Block a user