0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-24 07:29:08 -05:00

Merge pull request #4691 from penpot/alotor-fix-components

Alotor fix components
This commit is contained in:
Alejandro 2024-06-07 07:40:26 +02:00 committed by GitHub
commit 49879caf2c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -341,7 +341,7 @@
(defn- add-component2
"This is the second step of the component creation."
([selected components-v2]
(add-component2 selected components-v2))
(add-component2 nil selected components-v2))
([id-ref selected components-v2]
(ptk/reify ::add-component2
ev/Event