Skip to content

Commit

Permalink
Merge pull request #84 from nowo/master
Browse files Browse the repository at this point in the history
fix(other): 修复`canvas.toBlob`方法第二、第三个参数位置错误的情况
  • Loading branch information
acccccccb authored Aug 2, 2024
2 parents c6f1137 + e7baef8 commit 2d76cea
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/ImgCutter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1649,9 +1649,7 @@
});
}
}
}),
`image/${_this.fileType}`,
_this.quality;
}, `image/${_this.fileType}`, _this.quality);
} else {
if (!doNotReset) {
console.warn('No picture selected');
Expand Down

0 comments on commit 2d76cea

Please sign in to comment.