mirror of
https://github.com/penpot/penpot.git
synced 2025-05-10 10:46:38 +02: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
|
(defn trigger-download
|
||||||
[filename blob]
|
[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
Add a link
Reference in a new issue