mirror of
https://github.com/zadam/trilium.git
synced 2025-11-10 07:15:51 +01:00
many small fixes from Intellij analysis
This commit is contained in:
@@ -79,7 +79,7 @@ async function openExternally(type, entityId, mime) {
|
||||
|
||||
if (res) {
|
||||
// fallback in case there's no default application for this file
|
||||
window.open(getFileUrl(type, entityId), { url: true });
|
||||
window.open(getFileUrl(type, entityId));
|
||||
}
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user