🐛 Fix problem when moving masks, bools, groups with wasm

This commit is contained in:
alonso.torres 2025-06-18 14:51:46 +02:00
parent 58e5748b4f
commit 5b4cd9f4f1
8 changed files with 86 additions and 59 deletions

View file

@ -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,