Skip to content

Commit 543c29d

Browse files
authoredMay 6, 2020
Merge pull request #63 from robmarshall/master
Update file-download.js
2 parents 1e7eb4d + 9a721b5 commit 543c29d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎file-download.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ module.exports = function(data, filename, mime, bom) {
3030
setTimeout(function() {
3131
document.body.removeChild(tempLink);
3232
window.URL.revokeObjectURL(blobURL);
33-
}, 0)
33+
}, 200)
3434
}
3535
}

0 commit comments

Comments
 (0)
Please sign in to comment.