mirror of
https://github.com/penpot/penpot.git
synced 2025-05-24 21:26:11 +02:00
Fix order of shapes rendering in canvas.
This commit is contained in:
parent
e2af1a451b
commit
80a8e0a7bd
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue