mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-03-28 15:40:04 +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 => {
|
.textarea => {
|
||||||
const textarea = el.is(Element.Html.TextArea) orelse continue;
|
const textarea = el.as(Element.Html.TextArea);
|
||||||
|
|
||||||
try fields.append(arena, .{
|
try fields.append(arena, .{
|
||||||
.node = node,
|
.node = node,
|
||||||
|
|||||||
Reference in New Issue
Block a user