diff --git a/src/utils/downloader.js b/src/utils/downloader.js index a571a60..b93b078 100644 --- a/src/utils/downloader.js +++ b/src/utils/downloader.js @@ -42,8 +42,6 @@ export function saveImg(filename, content, width, height) { let img = document.createElement('img'); - // New window for the image when it's loaded - if(!isChrome()) window.open('', 'download'); img.onload = () => { ctx.fillStyle = 'white'