This commit is contained in:
Timothy J. Baek 2024-10-24 03:13:35 -07:00
parent c5d974606f
commit 6b620d93a9

View File

@ -20,6 +20,10 @@
}
});
$: if (value) {
setTimeout(adjustHeight, 0);
}
const adjustHeight = () => {
if (textareaElement) {
textareaElement.style.height = '';