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

@ -4257,7 +4257,6 @@ function unblockGeneration(type) {
setGenerationProgress(0);
flushEphemeralStoppingStrings();
flushWIDepthInjections();
$('#send_textarea').removeAttr('disabled');
}
export function getNextMessageId(type) {
@ -5263,7 +5262,6 @@ export function activateSendButtons() {
is_send_press = false;
$('#send_but').removeClass('displayNone');
$('#mes_continue').removeClass('displayNone');
$('#send_textarea').attr('disabled', String(false));
$('.mes_buttons:last').show();
hideStopButton();
}