From 4d09abe31c4c1aa918c1949cd054211da05ae855 Mon Sep 17 00:00:00 2001 From: Birm Date: Thu, 8 Feb 2024 15:54:01 -0500 Subject: [PATCH] Update PathdbDownloadButton.js --- source/components/PathdbDownloadButton.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/components/PathdbDownloadButton.js b/source/components/PathdbDownloadButton.js index 30c8710..e4adf69 100644 --- a/source/components/PathdbDownloadButton.js +++ b/source/components/PathdbDownloadButton.js @@ -24,7 +24,7 @@ class PathdbDownloadButton extends PureComponent { link.href = slide_url document.body.appendChild(link); link.click(); - document.body.removeChild(link); + //document.body.removeChild(link); }).catch(console.error) } }