mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-16 06:38:03 +08:00
Add a generic lazy repeat that evaluates its content at each copy index
This commit is contained in:
@@ -1712,6 +1712,10 @@ pub(crate) fn generate_node_impl(crate_ident: &CrateIdent, parsed: &ParsedNodeFn
|
||||
#plan
|
||||
self.__layout = __resolved.layout;
|
||||
})
|
||||
} else if routing_generic.is_some() {
|
||||
Some(quote! {
|
||||
self.__layout = __resolved.layout;
|
||||
})
|
||||
} else {
|
||||
None
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user