mirror of
https://github.com/penpot/penpot.git
synced 2025-01-25 07:58:49 -05:00
Add missing group component (stolen in shapes refactor).
This commit is contained in:
parent
4693722f40
commit
32f4720111
1 changed files with 6 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue