mirror of
https://github.com/penpot/penpot.git
synced 2025-07-28 23:27:22 +02: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)
|
shape (first shapes)
|
||||||
id (:id shape)
|
id (:id shape)
|
||||||
shape-name (:name 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)
|
main-instance? (if components-v2 (ctk/main-instance? shape) true)
|
||||||
|
|
||||||
toggle-content
|
toggle-content
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue