mirror of
https://github.com/penpot/penpot.git
synced 2025-12-12 06:24:17 +01:00
🐛 Small fix
This commit is contained in:
@@ -322,7 +322,7 @@
|
|||||||
shape (get objects id)
|
shape (get objects id)
|
||||||
component-root (ctn/get-component-shape objects shape {:allow-main? true})]
|
component-root (ctn/get-component-shape objects shape {:allow-main? true})]
|
||||||
(if (and (some? component-root) (ctk/main-instance? component-root))
|
(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))
|
||||||
data))]
|
data))]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user