Merge pull request #1676 from Code1110/develop

Add download attribute to download button
This commit is contained in:
Sam Potts
2020-02-08 22:18:14 +00:00
committed by GitHub

1
src/js/controls.js vendored
View File

@ -1580,6 +1580,7 @@ const controls = {
element: 'a',
href: this.download,
target: '_blank',
download: '',
});
const { download } = this.config.urls;