mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-05-26 09:29:41 +02:00
feat(ui): auto-resize textareas when typing
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<script type="text/hyperscript">
|
||||
on htmx:afterSettle
|
||||
for elem in <.textarea/>
|
||||
autosize(elem)
|
||||
end
|
||||
end
|
||||
</script>
|
||||
Reference in New Issue
Block a user