mirror of
https://github.com/penpot/penpot.git
synced 2025-03-13 00:01:51 -05:00
🐛 Fix absorb unpublished library
This commit is contained in:
parent
c2a27bb845
commit
8e2011c755
1 changed files with 2 additions and 1 deletions
|
@ -444,7 +444,8 @@
|
||||||
library-data
|
library-data
|
||||||
position
|
position
|
||||||
(dm/get-in file-data [:options :components-v2])
|
(dm/get-in file-data [:options :components-v2])
|
||||||
{:main-instance true})
|
{:main-instance? true
|
||||||
|
:keep-ids? true})
|
||||||
|
|
||||||
main-instance-shapes
|
main-instance-shapes
|
||||||
(map #(cond-> %
|
(map #(cond-> %
|
||||||
|
|
Loading…
Add table
Reference in a new issue