forms: casting

Co-authored-by: Karl Seguin <karlseguin@users.noreply.github.com>
This commit is contained in:
Adrià Arrufat
2026-03-23 15:11:47 +09:00
committed by GitHub
parent 4b29823a5b
commit c37286f845

View File

@@ -196,7 +196,7 @@ fn collectFormFields(
});
},
.textarea => {
const textarea = el.is(Element.Html.TextArea) orelse continue;
const textarea = el.as(Element.Html.TextArea);
try fields.append(arena, .{
.node = node,