🐛 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 :page-id page-id
:rect (:selrect shape) :rect (:selrect shape)
:include-frames? true :include-frames? true
:full-frame? true}) :full-frame? true
:using-selrect? true})
(rx/map #(cfh/clean-loops objects %)) (rx/map #(cfh/clean-loops objects %))
(rx/map #(dwsh/move-shapes-into-frame (:id shape) %))) (rx/map #(dwsh/move-shapes-into-frame (:id shape) %)))
(rx/of (dwu/commit-undo-transaction (:id shape)))) (rx/of (dwu/commit-undo-transaction (:id shape))))