Skip to content

Commit

Permalink
Hide downloading text only after download
Browse files Browse the repository at this point in the history
  • Loading branch information
palinkiewicz committed Aug 4, 2024
1 parent d9643bc commit 65661f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/DOMHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -417,8 +417,8 @@ class DOMHandler {

canvas.toBlob((blob) => {
window.saveAs(blob, downloadName);
this.hideSearching();
});
this.hideSearching();
}

/**
Expand Down

0 comments on commit 65661f5

Please sign in to comment.