0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-16 01:31:22 -05:00

🐛 Fix problem when creating frames contining paths

This commit is contained in:
alonso.torres 2024-01-29 16:43:01 +01:00
parent f7ad3e37a4
commit 051859969c

View file

@ -81,7 +81,8 @@
:page-id page-id
:rect (:selrect shape)
:include-frames? true
:full-frame? true})
:full-frame? true
:using-selrect? true})
(rx/map #(cfh/clean-loops objects %))
(rx/map #(dwsh/move-shapes-into-frame (:id shape) %)))
(rx/of (dwu/commit-undo-transaction (:id shape))))