mirror of
https://github.com/penpot/penpot.git
synced 2025-08-06 05:48:29 +02:00
🐛 Fix unexpected exception on importing some binary files
This commit is contained in:
parent
60fc1a48a5
commit
15f81e557c
3 changed files with 9 additions and 10 deletions
|
@ -722,7 +722,8 @@
|
|||
(-> fdata
|
||||
(update :pages-index relink-shapes)
|
||||
(update :components relink-shapes)
|
||||
(update :media relink-media))))))
|
||||
(update :media relink-media)
|
||||
(d/without-nils))))))
|
||||
|
||||
|
||||
(defmethod read-section :v1/files
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue