🐛 Fix copy and paste layers order

This commit is contained in:
Pablo Alba 2022-08-02 10:22:08 +02:00
parent 39ae2ed98d
commit 64217b34ca
2 changed files with 3 additions and 1 deletions

View file

@ -1087,6 +1087,7 @@
objects (cph/selected-subtree objects selected)
selected (->> (cph/sort-z-index objects selected)
(reverse)
(into (d/ordered-set)))]
(assoc data :selected selected)))