add download attribute to download button
This commit is contained in:
parent
8b9521d5a5
commit
c33f0995f9
1
src/js/controls.js
vendored
1
src/js/controls.js
vendored
@ -1580,6 +1580,7 @@ const controls = {
|
|||||||
element: 'a',
|
element: 'a',
|
||||||
href: this.download,
|
href: this.download,
|
||||||
target: '_blank',
|
target: '_blank',
|
||||||
|
download: '',
|
||||||
});
|
});
|
||||||
|
|
||||||
const { download } = this.config.urls;
|
const { download } = this.config.urls;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user