mirror of
https://github.com/zadam/trilium.git
synced 2025-01-17 04:27:56 +08:00
fix merge issue
This commit is contained in:
parent
a88a00b60e
commit
983d9c4319
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
$openButton.toggle(!currentNote.isProtected);
|
||||
$openButton.toggle(!activeNote.isProtected);
|
||||
}
|
||||
|
||||
$downloadButton.click(() => utils.download(getFileUrl()));
|
||||
|
|
Loading…
Reference in a new issue