mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-05-01 04:54:25 +02:00
8 lines
129 B
HTML
8 lines
129 B
HTML
<script type="text/hyperscript">
|
|
on htmx:afterSettle
|
|
for elem in <.textarea/>
|
|
autosize(elem)
|
|
end
|
|
end
|
|
</script>
|