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:
@@ -210,7 +210,7 @@ fn collectFormFields(
|
||||
});
|
||||
},
|
||||
.select => {
|
||||
const select = el.is(Element.Html.Select) orelse continue;
|
||||
const select = el.as(Element.Html.Select);
|
||||
|
||||
const options = try collectSelectOptions(node, arena, page);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user