mirror of
https://github.com/penpot/penpot.git
synced 2025-07-19 07:07:13 +02:00
🐛 Fix problem when moving masks, bools, groups with wasm
This commit is contained in:
parent
58e5748b4f
commit
5b4cd9f4f1
8 changed files with 86 additions and 59 deletions
|
@ -457,7 +457,7 @@ pub extern "C" fn set_structure_modifiers() {
|
|||
let Some(shape) = state.shapes.get(&entry.id) else {
|
||||
continue;
|
||||
};
|
||||
for id in shape.all_children_with_self(&state.shapes) {
|
||||
for id in shape.all_children_with_self(&state.shapes, true) {
|
||||
state.scale_content.insert(id, entry.value);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue