mirror of
https://github.com/penpot/penpot.git
synced 2025-05-15 00:56:38 +02:00
✨ Ensure vector ids on export debug handler
This commit is contained in:
parent
5e2c1fb4cd
commit
4d55ed4860
1 changed files with 1 additions and 1 deletions
|
@ -268,7 +268,7 @@
|
|||
|
||||
(let [file-ids (->> (:file-ids params)
|
||||
(remove empty?)
|
||||
(map parse-uuid))
|
||||
(mapv parse-uuid))
|
||||
libs? (contains? params :includelibs)
|
||||
clone? (contains? params :clone)
|
||||
embed? (contains? params :embedassets)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue