#224 Add a button to force a one-character next reply in groups

This commit is contained in:
SillyLossy
2023-05-04 14:43:05 +03:00
parent ed11a39eb2
commit e4db21ccc9
4 changed files with 37 additions and 16 deletions

View File

@@ -1528,7 +1528,7 @@ async function Generate(type, { automatic_trigger, force_name2, resolve, reject,
}
if (selected_group && !is_group_generating) {
generateGroupWrapper(false, type = type);
generateGroupWrapper(false, type);
return;
}