mirror of
https://github.com/penpot/penpot.git
synced 2026-04-27 20:28:11 +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
|
||||
(for [item (reverse (into [] xf items))]
|
||||
(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