Remove disable attribute from send_textarea. It never worked.

This commit is contained in:
Cohee
2024-05-05 14:27:20 +03:00
parent 292ecf580e
commit ef5499c8dc
2 changed files with 0 additions and 4 deletions

View File

@ -788,7 +788,6 @@ async function generateGroupWrapper(by_auto_mode, type = null, params = {}) {
}
}
else if (type === 'impersonate') {
$('#send_textarea').attr('disabled', true);
activatedMembers = activateImpersonate(group.members);
}
else if (activationStrategy === group_activation_strategy.NATURAL) {
@ -840,7 +839,6 @@ async function generateGroupWrapper(by_auto_mode, type = null, params = {}) {
typingIndicator.hide();
is_group_generating = false;
$('#send_textarea').attr('disabled', false);
setSendButtonState(false);
setCharacterId(undefined);
setCharacterName('');