| 737 | $('#sd_character_prompt').val(characterPrompt); | 737 | $('#sd_character_prompt').val(characterPrompt); |
| 738 | $('#sd_character_negative_prompt').val(negativePrompt); | 738 | $('#sd_character_negative_prompt').val(negativePrompt); |
| 739 | $('#sd_character_prompt_share').prop('checked', hasSharedData); | 739 | $('#sd_character_prompt_share').prop('checked', hasSharedData); |
| 740 | void adjustElementScrollHeight(); | 740 | await adjustElementScrollHeight(); |
| 741 | } | 741 | } |
| 742 | | 742 | |
| 743 | async function adjustElementScrollHeight() { | 743 | async function adjustElementScrollHeight() { |