mirror of
https://github.com/penpot/penpot.git
synced 2026-08-07 13:29:07 +00:00
🐛 Fix problem when creating multiple components
This commit is contained in:
parent
da40d662be
commit
33bf8892c0
@ -341,7 +341,7 @@
|
|||||||
(defn- add-component2
|
(defn- add-component2
|
||||||
"This is the second step of the component creation."
|
"This is the second step of the component creation."
|
||||||
([selected components-v2]
|
([selected components-v2]
|
||||||
(add-component2 selected components-v2))
|
(add-component2 nil selected components-v2))
|
||||||
([id-ref selected components-v2]
|
([id-ref selected components-v2]
|
||||||
(ptk/reify ::add-component2
|
(ptk/reify ::add-component2
|
||||||
ev/Event
|
ev/Event
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user