mirror of
https://github.com/penpot/penpot.git
synced 2025-01-26 00:19:07 -05:00
🐛 Fix can't instanciate a component inside a board
This commit is contained in:
parent
dc7bfab7ea
commit
3a8ce38bdc
1 changed files with 1 additions and 1 deletions
|
@ -338,7 +338,7 @@
|
||||||
|
|
||||||
[new-shape new-shapes _]
|
[new-shape new-shapes _]
|
||||||
(ctst/clone-object component-shape
|
(ctst/clone-object component-shape
|
||||||
uuid/zero
|
frame-id
|
||||||
(if components-v2 (:objects component-page) (:objects component))
|
(if components-v2 (:objects component-page) (:objects component))
|
||||||
update-new-shape
|
update-new-shape
|
||||||
(fn [object _] object)
|
(fn [object _] object)
|
||||||
|
|
Loading…
Add table
Reference in a new issue