From c33f0995f97f3c332c2518b451437c2dfb2e7598 Mon Sep 17 00:00:00 2001 From: Code1110 Date: Fri, 7 Feb 2020 18:15:56 +0100 Subject: [PATCH] add download attribute to download button --- src/js/controls.js | 1 + 1 file changed, 1 insertion(+) 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;