mirror of
https://github.com/penpot/penpot.git
synced 2025-01-24 15:39:50 -05:00
🐛 Small fix
This commit is contained in:
parent
0a81ae1ea0
commit
c499c8a323
1 changed files with 1 additions and 1 deletions
|
@ -322,7 +322,7 @@
|
|||
shape (get objects id)
|
||||
component-root (ctn/get-component-shape objects shape {:allow-main? true})]
|
||||
(if (and (some? component-root) (ctk/main-instance? component-root))
|
||||
(ctkl/set-component-modified data (:id component-root))
|
||||
(ctkl/set-component-modified data (:component-id component-root))
|
||||
data))
|
||||
data))]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue