Fix textbox not shrinking on all-disabled group gens.

This commit is contained in:
Cohee
2023-06-14 21:14:33 +03:00
parent 90abca51df
commit 99f32a0ee1

View File

@@ -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