mirror of
https://github.com/penpot/penpot.git
synced 2026-04-27 20:28:11 +00:00
💄 Minor cosmetic change on reg-object.
This commit is contained in:
parent
c754a757eb
commit
07a0f67b32
@ -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…
x
Reference in New Issue
Block a user