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:
parent
f7ad3e37a4
commit
051859969c
1 changed files with 2 additions and 1 deletions
|
@ -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))))
|
||||
|
|
Loading…
Add table
Reference in a new issue