0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-23 15:09:10 -05:00

🐛 Set proper extension on download exported asset

This commit is contained in:
Andrey Antukh 2022-03-24 17:02:38 +01:00
parent 5264863863
commit 5ed84e3ae5

View file

@ -412,6 +412,7 @@
"image/webp" "webp"
"application/zip" "zip"
"application/penpot" "penpot"
"application/pdf" "pdf"
nil))
(defn set-attribute [^js node ^string attr value]