mirror of
https://github.com/penpot/penpot.git
synced 2025-05-21 10:46:12 +02:00
🐛 Fix erroneous touched state when delete a copy and then undo
This commit is contained in:
parent
0b316d6828
commit
8c3f90fe36
2 changed files with 47 additions and 45 deletions
|
@ -314,7 +314,7 @@
|
|||
components-to-delete)
|
||||
|
||||
changes (-> changes
|
||||
(pcb/remove-objects all-children)
|
||||
(pcb/remove-objects all-children {:ignore-touched true})
|
||||
(pcb/remove-objects ids)
|
||||
(pcb/remove-objects empty-parents)
|
||||
(pcb/resize-parents all-parents)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue