mirror of
https://github.com/penpot/penpot.git
synced 2025-03-23 21:21:22 -05:00
🐛 Show component name in copies component panel for deleted ones
This commit is contained in:
parent
503852f686
commit
f213992c09
1 changed files with 1 additions and 1 deletions
|
@ -428,7 +428,7 @@
|
|||
shape (first shapes)
|
||||
id (:id shape)
|
||||
shape-name (:name shape)
|
||||
component (ctf/resolve-component shape {:id current-file-id :data workspace-data} workspace-libraries)
|
||||
component (ctf/resolve-component shape {:id current-file-id :data workspace-data} workspace-libraries {:include-deleted? true})
|
||||
main-instance? (if components-v2 (ctk/main-instance? shape) true)
|
||||
|
||||
toggle-content
|
||||
|
|
Loading…
Add table
Reference in a new issue