mirror of
https://github.com/penpot/penpot.git
synced 2025-01-25 07:58:49 -05:00
Merge pull request #3534 from penpot/hiru-fix-absorb-library
🐛 Fix absorb unpublished library
This commit is contained in:
commit
1642efbaa4
1 changed files with 2 additions and 1 deletions
|
@ -444,7 +444,8 @@
|
|||
library-data
|
||||
position
|
||||
(dm/get-in file-data [:options :components-v2])
|
||||
{:main-instance true})
|
||||
{:main-instance? true
|
||||
:keep-ids? true})
|
||||
|
||||
main-instance-shapes
|
||||
(map #(cond-> %
|
||||
|
|
Loading…
Add table
Reference in a new issue