0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-24 15:39:50 -05:00

🐛 Small fix

This commit is contained in:
Andrés Moya 2023-06-19 16:09:05 +02:00
parent 0a81ae1ea0
commit c499c8a323

View file

@ -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))]