mirror of
https://github.com/penpot/penpot.git
synced 2025-07-17 11:47:15 +02:00
✨ Add dynamic properties modifiers to WASM
This commit is contained in:
parent
44d68ad723
commit
8ce71e792e
5 changed files with 238 additions and 123 deletions
|
@ -279,6 +279,7 @@ pub fn propagate_modifiers(state: &State, modifiers: Vec<TransformEntry>) -> Vec
|
|||
grid_data,
|
||||
shapes,
|
||||
&mut bounds,
|
||||
&state.structure,
|
||||
);
|
||||
entries.append(&mut children);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue