mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Return early from previewImages for unsupported files
// FREEBIE
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user