mirror of
https://github.com/penpot/penpot.git
synced 2026-09-07 04:29:31 +00:00
Add missing group component (stolen in shapes refactor).
This commit is contained in:
parent
4693722f40
commit
32f4720111
@ -74,3 +74,9 @@
|
|||||||
[:g attrs
|
[:g attrs
|
||||||
(for [item (reverse (into [] xf items))]
|
(for [item (reverse (into [] xf items))]
|
||||||
(rum/with-key item (str (:id item))))])))
|
(rum/with-key item (str (:id item))))])))
|
||||||
|
|
||||||
|
(def group-shape
|
||||||
|
(mx/component
|
||||||
|
{:render group-shape-render
|
||||||
|
:name "group-shape"
|
||||||
|
:mixins [mx/static]}))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user