mirror of
https://github.com/penpot/penpot.git
synced 2025-02-12 18:18:24 -05:00
🐛 Fix team photo handling on binfile/v2 export-import operation
This commit is contained in:
parent
d70fc33689
commit
2661d6c122
1 changed files with 3 additions and 0 deletions
|
@ -129,6 +129,9 @@
|
|||
:id (str team-id)
|
||||
:fonts (count fonts))
|
||||
|
||||
(when-let [photo-id (:photo-id team)]
|
||||
(vswap! bfc/*state* update :storage-objects conj photo-id))
|
||||
|
||||
(vswap! bfc/*state* update :teams conj team-id)
|
||||
(vswap! bfc/*state* bfc/collect-storage-objects fonts)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue