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:
parent
8874f0b0c8
commit
7b0061c038
1 changed files with 1 additions and 0 deletions
|
@ -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}))]
|
||||
|
|
Loading…
Add table
Reference in a new issue