Update compose.tpl

Corrected indentation
This commit is contained in:
loma-one 2024-08-03 15:28:38 +02:00 committed by GitHub
parent da293cfbd2
commit a8a65913c0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -117,5 +117,5 @@
textarea.style.height = "auto";
textarea.style.height = (textarea.scrollHeight) + "px";
});
});
});
</script>