Horde fire and forget delete request

This commit is contained in:
Cohee
2023-11-19 21:30:08 +02:00
parent 9dcc23825a
commit a39ee32f93
2 changed files with 4 additions and 8 deletions

View File

@@ -3777,11 +3777,7 @@ async function Generate(type, { automatic_trigger, force_name2, resolve, reject,
}
reject(exception);
$("#send_textarea").removeAttr('disabled');
is_send_press = false;
activateSendButtons();
showSwipeButtons();
setGenerationProgress(0);
unblockGeneration();
console.log(exception);
streamingProcessor = null;
};