mirror of
https://github.com/penpot/penpot.git
synced 2025-05-19 16:26:21 +02:00
🐛 Fixed problem with groups
This commit is contained in:
parent
45882ba6a1
commit
574e8a92a8
2 changed files with 6 additions and 3 deletions
|
@ -169,7 +169,10 @@
|
|||
:id (:id group)
|
||||
:operations [{:type :set
|
||||
:attr :masked-group?
|
||||
:val nil}]})]
|
||||
:val nil}]}
|
||||
{:type :reg-objects
|
||||
:page-id page-id
|
||||
:shapes [(:id group)]})]
|
||||
|
||||
(rx/of (dwc/commit-changes rchanges uchanges {:commit-local? true})
|
||||
(dwc/select-shapes (d/ordered-set (:id group))))))))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue