mirror of
https://github.com/penpot/penpot.git
synced 2026-04-26 11:48:28 +00:00
Fix rendering order issue on group.
This commit is contained in:
parent
87756246a7
commit
5fbc2ff6bb
@ -71,7 +71,8 @@
|
||||
(attrs/extract-style-attrs shape)
|
||||
(attrs/make-debug-attrs shape))]
|
||||
[:g attrs
|
||||
(for [item items :let [key (str item)]]
|
||||
(for [item (reverse items)
|
||||
:let [key (str item)]]
|
||||
(-> (factory item)
|
||||
(mx/with-key key)))]))
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user