mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-01-16 05:56:38 +01:00
13 lines
200 B
HTML
13 lines
200 B
HTML
<script type="text/hyperscript">
|
|
init
|
|
for elem in <.textarea/>
|
|
autosize(elem)
|
|
end
|
|
end
|
|
on htmx:afterSettle
|
|
for elem in <.textarea/>
|
|
autosize(elem)
|
|
end
|
|
end
|
|
</script>
|