🐛 Fix erroneous touched state when delete a copy and then undo

This commit is contained in:
Andrés Moya 2023-06-01 13:41:33 +02:00
parent 0b316d6828
commit 8c3f90fe36
2 changed files with 47 additions and 45 deletions

View file

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