mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
fix displaying protected notes outside of protected session
This commit is contained in:
@@ -53,7 +53,7 @@ function getNotesAndBranchesAndAttributes(noteIds) {
|
|||||||
|
|
||||||
notes.push({
|
notes.push({
|
||||||
noteId: note.noteId,
|
noteId: note.noteId,
|
||||||
title: note.title,
|
title: note.isDecrypted ? note.title : '[protected]',
|
||||||
isProtected: note.isProtected,
|
isProtected: note.isProtected,
|
||||||
type: note.type,
|
type: note.type,
|
||||||
mime: note.mime
|
mime: note.mime
|
||||||
|
|||||||
Reference in New Issue
Block a user