Skip to content

Commit

Permalink
Fix pdf not exporting when all image types are exported
Browse files Browse the repository at this point in the history
  • Loading branch information
pcprince committed Jun 26, 2023
1 parent a156abb commit 4d85cda
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1270,6 +1270,10 @@ exportAllButton.addEventListener('click', () => {

if (err) {

handlePlotResult(err);

} else {

savePlot(constants.EXPORT_PDF, handlePlotResult);

}
Expand Down

0 comments on commit 4d85cda

Please sign in to comment.