mirror of
https://github.com/penpot/penpot.git
synced 2026-03-01 15:53:53 +00:00
🐛 Fix shape-ref missing in nested components copies
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user