mirror of
https://github.com/penpot/penpot.git
synced 2026-09-14 16:09:01 +00:00
🐛 Fix problem when moving copys in the layers panel
This commit is contained in:
parent
9cbbe1565d
commit
b684ee2f83
@ -987,7 +987,9 @@
|
|||||||
(cond-> shapes-to-deroot deroot? (conj id))
|
(cond-> shapes-to-deroot deroot? (conj id))
|
||||||
(cond-> shapes-to-reroot reroot? (conj id))]))
|
(cond-> shapes-to-reroot reroot? (conj id))]))
|
||||||
[[] [] []]
|
[[] [] []]
|
||||||
ids)
|
(->> ids
|
||||||
|
(mapcat #(ctn/get-child-heads objects %))
|
||||||
|
(map :id)))
|
||||||
|
|
||||||
changes (relocate-shapes-changes it
|
changes (relocate-shapes-changes it
|
||||||
objects
|
objects
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user