🐛 Fix problem updating layout when toggle visibility in component copy

This commit is contained in:
alonso.torres 2024-10-11 11:55:22 +02:00
parent bd888dcde2
commit 97ae295cb9
2 changed files with 2 additions and 1 deletions

View file

@ -124,7 +124,7 @@
;; All parents of any deleted shape must be resized.
(into res (cfh/get-parent-ids objects id)))
(d/ordered-set)
ids-to-delete)
(concat ids-to-delete ids-to-hide))
all-children
(->> ids-to-delete ;; Children of deleted shapes must be also deleted.