🐛 Fix duplicate page with component over frame

This commit is contained in:
Pablo Alba 2025-03-05 11:16:57 +01:00 committed by Alejandro Alonso
parent 8488be311e
commit 7c36c76b0d
2 changed files with 2 additions and 1 deletions

View file

@ -559,7 +559,7 @@
fdata
(gpt/point (:x shape) (:y shape))
true
{:keep-ids? true})
{:keep-ids? true :force-frame-id (:frame-id shape)})
children (into {} (map (fn [shape] [(:id shape) shape]) new-shapes))
objs (assoc objs id new-shape)]
(merge objs children)))