0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-13 16:21:57 -05:00

🐛 Fix problem with export assets

This commit is contained in:
alonso.torres 2021-06-02 15:08:28 +02:00 committed by Andrés Moya
parent 6cbbfa6499
commit a76bf1d0b2

View file

@ -333,4 +333,5 @@
(defn trigger-download
[filename blob]
(trigger-download-uri filename (.-type ^js blob) (dom/create-uri blob)))
(trigger-download-uri filename (.-type ^js blob) (create-uri blob)))