mirror of
https://github.com/penpot/penpot.git
synced 2025-02-13 02:28:18 -05:00
🐛 Fix can't instanciate a component inside a board
This commit is contained in:
parent
708c615c12
commit
8325818da2
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