Skip to content

Commit

Permalink
Update PathdbDownloadButton.js
Browse files Browse the repository at this point in the history
  • Loading branch information
birm authored Feb 8, 2024
1 parent 8d0cfd8 commit 4d09abe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/components/PathdbDownloadButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
}
Expand Down

0 comments on commit 4d09abe

Please sign in to comment.