Return early from previewImages for unsupported files
// FREEBIE
This commit is contained in:
parent
fa6d6974ed
commit
ed4015f919
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@
|
||||||
toast.$el.insertAfter(this.$el);
|
toast.$el.insertAfter(this.$el);
|
||||||
toast.render();
|
toast.render();
|
||||||
this.deleteFiles();
|
this.deleteFiles();
|
||||||
break;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
this.autoScale(file).then(function(blob) {
|
this.autoScale(file).then(function(blob) {
|
||||||
|
|
Loading…
Reference in a new issue