Return early from previewImages for unsupported files

// FREEBIE
pull/749/head
lilia 9 years ago
parent fa6d6974ed
commit ed4015f919

@ -123,7 +123,7 @@
toast.$el.insertAfter(this.$el);
toast.render();
this.deleteFiles();
break;
return;
}
this.autoScale(file).then(function(blob) {

Loading…
Cancel
Save