mirror of
https://github.com/penpot/penpot.git
synced 2025-05-08 17:45:52 +02: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)
|
update-fn #(d/update-when %1 %2 update-group %1)
|
||||||
xform (comp
|
xform (comp
|
||||||
(mapcat #(cons % (cph/get-parents % objects)))
|
(mapcat #(cons % (cph/get-parents % objects)))
|
||||||
(map lookup)
|
(filter #(contains? #{:group :bool} (-> % lookup :type)))
|
||||||
(filter #(contains? #{:group :bool} (:type %)))
|
|
||||||
(map :id)
|
|
||||||
(distinct))]
|
(distinct))]
|
||||||
|
|
||||||
(->> (sequence xform shapes)
|
(->> (sequence xform shapes)
|
||||||
|
|
Loading…
Add table
Reference in a new issue