mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-03-30 22:22:11 +02:00
feat: first batch of work
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
<script type="text/hyperscript">
|
||||
on htmx:afterSettle
|
||||
for elem in <.textarea/>
|
||||
autosize(elem)
|
||||
end
|
||||
end
|
||||
</script>
|
||||
@@ -14,7 +14,7 @@
|
||||
confirmButtonText: @data-confirm-text or '{% translate 'Confirm' %}',
|
||||
customClass: {
|
||||
confirmButton: 'btn btn-primary me-3',
|
||||
cancelButton: 'btn btn-danger'
|
||||
cancelButton: 'btn btn-error'
|
||||
},
|
||||
buttonsStyling: false})
|
||||
if result.isConfirmed trigger confirmed
|
||||
|
||||
Reference in New Issue
Block a user