use after-settle for better consistency

This commit is contained in:
Caleb Gardner
2024-11-14 06:53:32 -06:00
parent 7e2c1da952
commit 123551c109
+1 -1
View File
@@ -39,7 +39,7 @@ const (
{{end}} {{end}}
</select> </select>
</p> </p>
<div id="editor" hx-on::after-swap="blogEditorResize()"><p>Select a blog!</p></div> <div id="editor" hx-on::after-settle="blogEditorResize()"><p>Select a blog!</p></div>
` `
editorForm = ` editorForm = `
<form id="editorForm" hx-post="/editor/post"> <form id="editorForm" hx-post="/editor/post">