ParserState: add fetch_component_by_widget_id

This commit is contained in:
Aleksander
2025-09-18 17:01:30 +02:00
parent 7004e11aa3
commit c6a32f4109
4 changed files with 48 additions and 20 deletions

View File

@@ -50,7 +50,7 @@ pub fn parse_component_checkbox<'a, U1, U2>(
},
)?;
process_component(file, ctx, node, Component(component));
process_component(file, ctx, node, Component(component), new_id);
Ok(new_id)
}