mirror of
https://github.com/penpot/penpot.git
synced 2026-08-01 10:56:20 +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/extract-style-attrs shape)
|
||||||
(attrs/make-debug-attrs shape))]
|
(attrs/make-debug-attrs shape))]
|
||||||
[:g attrs
|
[:g attrs
|
||||||
(for [item items :let [key (str item)]]
|
(for [item (reverse items)
|
||||||
|
:let [key (str item)]]
|
||||||
(-> (factory item)
|
(-> (factory item)
|
||||||
(mx/with-key key)))]))
|
(mx/with-key key)))]))
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user