filemanager: open unsupported types in browser itself
This commit is contained in:
@@ -67,6 +67,7 @@ export default {
|
||||
} else {
|
||||
console.warn(`no editor or viewer found for ${this.item.mimeType}`, this.item);
|
||||
this.active = '';
|
||||
window.location.replace(this.directoryModel.getFileUrl(this.filePath));
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user