mirror of
https://github.com/penpot/penpot.git
synced 2025-07-31 04:48:32 +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
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue