mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Fix textbox not shrinking on all-disabled group gens.
This commit is contained in:
@@ -515,7 +515,7 @@ async function generateGroupWrapper(by_auto_mode, type = null, params = {}) {
|
||||
const bias = getBiasStrings(userInput);
|
||||
await sendMessageAsUser(userInput, bias.messageBias);
|
||||
await saveChatConditional();
|
||||
$('#send_textarea').val('');
|
||||
$('#send_textarea').val('').trigger('input');
|
||||
}
|
||||
|
||||
// now the real generation begins: cycle through every activated character
|
||||
|
Reference in New Issue
Block a user