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:
parent
6cbbfa6499
commit
a76bf1d0b2
1 changed files with 2 additions and 1 deletions
|
@ -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)))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue