mirror of
https://github.com/penpot/penpot.git
synced 2025-06-03 16:01:42 +02:00
🐛 Fix problem updating layout when toggle visibility in component copy
This commit is contained in:
parent
bd888dcde2
commit
97ae295cb9
2 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue