Fix tests again
This commit is contained in:
parent
79ad09ba47
commit
c98ec91cab
1 changed files with 3 additions and 4 deletions
|
@ -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();
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue