mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
fix merge issue
This commit is contained in:
parent
a88a00b60e
commit
983d9c4319
@ -36,7 +36,7 @@ async function show() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// open doesn't work for protected notes since it works through browser which isn't in protected session
|
// open doesn't work for protected notes since it works through browser which isn't in protected session
|
||||||
$openButton.toggle(!currentNote.isProtected);
|
$openButton.toggle(!activeNote.isProtected);
|
||||||
}
|
}
|
||||||
|
|
||||||
$downloadButton.click(() => utils.download(getFileUrl()));
|
$downloadButton.click(() => utils.download(getFileUrl()));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user