mirror of
https://github.com/penpot/penpot.git
synced 2025-03-19 19:21:23 -05:00
🐛 Fix problem when moving copys in the layers panel
This commit is contained in:
parent
9cbbe1565d
commit
b684ee2f83
1 changed files with 3 additions and 1 deletions
|
@ -987,7 +987,9 @@
|
|||
(cond-> shapes-to-deroot deroot? (conj id))
|
||||
(cond-> shapes-to-reroot reroot? (conj id))]))
|
||||
[[] [] []]
|
||||
ids)
|
||||
(->> ids
|
||||
(mapcat #(ctn/get-child-heads objects %))
|
||||
(map :id)))
|
||||
|
||||
changes (relocate-shapes-changes it
|
||||
objects
|
||||
|
|
Loading…
Add table
Reference in a new issue