mirror of
https://github.com/penpot/penpot.git
synced 2026-02-26 06:14:02 +00:00
🐛 Fix problem with export assets
This commit is contained in:
committed by
Andrés Moya
parent
6cbbfa6499
commit
a76bf1d0b2
@@ -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)))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user