Fixes #460 [deploy-site]

This commit is contained in:
Ben Croker 2025-01-06 08:03:49 -06:00
parent a706cebb2d
commit cf60cab386
No known key found for this signature in database
GPG Key ID: 09D799816F1CF332
1 changed files with 1 additions and 1 deletions

View File

@ -204,11 +204,11 @@ templ TodosMVCView(mvc *TodoMVC) {
@icon("material-symbols:checklist")
</button>
</div>
@sseIndicator("toggleAllFetching")
}
if mvc.EditingIdx <0 {
@TodoInput(-1)
}
@sseIndicator("toggleAllFetching")
</div>
</header>
if hasTodos {