diff --git a/src/js/controls.js b/src/js/controls.js index 15c82716..bfe1b61f 100644 --- a/src/js/controls.js +++ b/src/js/controls.js @@ -1580,6 +1580,7 @@ const controls = { element: 'a', href: this.download, target: '_blank', + download: '', }); const { download } = this.config.urls;