mirror of
https://github.com/penpot/penpot.git
synced 2026-08-01 19:06:18 +00:00
Fix order of shapes rendering in canvas.
This commit is contained in:
parent
e2af1a451b
commit
80a8e0a7bd
@ -58,7 +58,7 @@
|
|||||||
[:svg.page-layout {}
|
[:svg.page-layout {}
|
||||||
(shapes-selection)
|
(shapes-selection)
|
||||||
[:g.main {}
|
[:g.main {}
|
||||||
(for [item (:shapes page)]
|
(for [item (reverse (:shapes page))]
|
||||||
(-> (uus/shape item)
|
(-> (uus/shape item)
|
||||||
(rum/with-key (str item))))
|
(rum/with-key (str item))))
|
||||||
(draw-area)]]])))
|
(draw-area)]]])))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user