mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-06-05 14:12:49 +02:00
feat: guess what, more changes
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user