mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-23 20:00:00 +00:00
Fix tests again
This commit is contained in:
@@ -93,11 +93,10 @@
|
||||
view.$el.trigger('show');
|
||||
break;
|
||||
|
||||
case 'video':
|
||||
if (this.view instanceof MediaView) {
|
||||
break;
|
||||
}
|
||||
default:
|
||||
if (this.view instanceof MediaView) {
|
||||
return;
|
||||
}
|
||||
this.saveFile();
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user