0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-24 07:29:08 -05:00

🐛 Fix ordering on delete shape undo operation.

This commit is contained in:
Andrey Antukh 2020-06-12 16:02:46 +02:00 committed by Andrés Moya
parent 8874f0b0c8
commit 7b0061c038

View file

@ -692,6 +692,7 @@
(let [item (get objects id)]
{:type :add-obj
:id (:id item)
:index (cph/position-on-parent id objects)
:frame-id (:frame-id item)
:parent-id (:parent-id item)
:obj item}))]