use after-settle for better consistency
This commit is contained in:
@@ -39,7 +39,7 @@ const (
|
||||
{{end}}
|
||||
</select>
|
||||
</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 = `
|
||||
<form id="editorForm" hx-post="/editor/post">
|
||||
|
||||
Reference in New Issue
Block a user