add download attribute to download button

This commit is contained in:
Code1110 2020-02-07 18:15:56 +01:00
parent 8b9521d5a5
commit c33f0995f9

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;