Skip to content

Commit a07c944

Browse files
committed
Update load-image.js vendor dependency.
1 parent 700e0ef commit a07c944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/vendor/load-image.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
loadImage.fetchBlob(
3838
file,
3939
function(blob) {
40-
if (blob) {
40+
if (blob && loadImage.isInstanceOf('Blob', blob)) {
4141
// eslint-disable-next-line no-param-reassign
4242
file = blob
4343
url = loadImage.createObjectURL(file)

0 commit comments

Comments
 (0)