mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
🐛 Fix problem when moving masks, bools, groups with wasm
This commit is contained in:
@@ -30,7 +30,7 @@ pub fn render_overlay(
|
||||
}
|
||||
|
||||
let layout_bounds = shape.bounds();
|
||||
let children = modified_children_ids(shape, structure.get(&shape.id));
|
||||
let children = modified_children_ids(shape, structure.get(&shape.id), false);
|
||||
|
||||
let column_tracks = calculate_tracks(
|
||||
true,
|
||||
|
||||
Reference in New Issue
Block a user