mirror of
https://github.com/penpot/penpot.git
synced 2025-02-10 00:58:26 -05: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 {}
|
||||
(shapes-selection)
|
||||
[:g.main {}
|
||||
(for [item (:shapes page)]
|
||||
(for [item (reverse (:shapes page))]
|
||||
(-> (uus/shape item)
|
||||
(rum/with-key (str item))))
|
||||
(draw-area)]]])))
|
||||
|
|
Loading…
Add table
Reference in a new issue