mirror of
https://github.com/penpot/penpot.git
synced 2025-04-16 17:01:33 -05:00
🐛 Fix shape-ref missing in nested components copies
This commit is contained in:
parent
960ae66cbd
commit
102e05bdf7
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue