mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-03-28 07:33:16 +00:00
forms: casting
Co-authored-by: Karl Seguin <karlseguin@users.noreply.github.com>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user