mirror of
https://github.com/penpot/penpot.git
synced 2026-04-26 03:38:18 +00:00
🐛 Fix shape-ref missing in nested components copies
This commit is contained in:
parent
960ae66cbd
commit
102e05bdf7
@ -424,7 +424,7 @@
|
||||
name (:name obj)
|
||||
|
||||
is-component-root? (or (:saved-component-root? obj) (ctk/instance-root? obj))
|
||||
duplicating-component? (or duplicating-component? is-component-root?)
|
||||
duplicating-component? (or duplicating-component? (ctk/instance-head? obj))
|
||||
is-component-main? (ctk/main-instance? obj)
|
||||
regenerate-component
|
||||
(fn [changes shape]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user