mirror of
https://github.com/penpot/penpot.git
synced 2025-01-09 08:20:45 -05:00
Fix rendering order issue on group.
This commit is contained in:
parent
87756246a7
commit
5fbc2ff6bb
1 changed files with 2 additions and 1 deletions
|
@ -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…
Reference in a new issue