mirror of
https://github.com/penpot/penpot.git
synced 2025-04-16 00:41:25 -05:00
💄 Minor cosmetic change on reg-object.
This commit is contained in:
parent
c754a757eb
commit
07a0f67b32
1 changed files with 1 additions and 3 deletions
|
@ -160,9 +160,7 @@
|
|||
update-fn #(d/update-when %1 %2 update-group %1)
|
||||
xform (comp
|
||||
(mapcat #(cons % (cph/get-parents % objects)))
|
||||
(map lookup)
|
||||
(filter #(contains? #{:group :bool} (:type %)))
|
||||
(map :id)
|
||||
(filter #(contains? #{:group :bool} (-> % lookup :type)))
|
||||
(distinct))]
|
||||
|
||||
(->> (sequence xform shapes)
|
||||
|
|
Loading…
Add table
Reference in a new issue