mirror of
https://github.com/penpot/penpot.git
synced 2025-06-05 22:01:38 +02:00
🐛 Fix issue on importing binfile-v3 with tokens (#5714)
* 🐛 Fix issue on importing binfile-v3 with tokens * 🐛 Fix thumbnails generation (regression) * 🐛 Fix thumbnails clearing issues (regression)
This commit is contained in:
parent
c82e5f7681
commit
6fa08fc75e
3 changed files with 9 additions and 9 deletions
|
@ -616,7 +616,7 @@
|
|||
(not-empty)))
|
||||
|
||||
(defn- read-file-tokens-lib
|
||||
[{:keys [::input ::file-id ::entries]}]
|
||||
[{:keys [::bfc/input ::file-id ::entries]}]
|
||||
(when-let [entry (d/seek (match-tokens-lib-entry-fn file-id) entries)]
|
||||
(->> (read-plain-entry input entry)
|
||||
(decode-tokens-lib)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue