0
Fork 0
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:
Andrey Antukh 2016-02-27 11:15:30 +02:00
parent e2af1a451b
commit 80a8e0a7bd

View file

@ -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)]]])))