Merge branch 'staging' into slash-command-enums

This commit is contained in:
Wolfsblvt
2024-06-17 07:06:26 +02:00
39 changed files with 2183 additions and 1699 deletions

View File

@ -714,6 +714,10 @@ function onChatChanged() {
}
function adjustElementScrollHeight(){
if (!$('.sd_settings').is(':visible')) {
return;
}
resetScrollHeight($('#sd_prompt_prefix'));
resetScrollHeight($('#sd_negative_prompt'));
resetScrollHeight($('#sd_character_prompt'));