mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-03-30 22:22:11 +02:00
feat: guess what, more changes
This commit is contained in:
12
app/templates/includes/scripts/hyperscript/autosize.html
Normal file
12
app/templates/includes/scripts/hyperscript/autosize.html
Normal file
@@ -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