mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 13:56:11 +01:00
note content refactoring, WIP
This commit is contained in:
@@ -52,7 +52,7 @@ function decryptNote(note) {
|
||||
}
|
||||
|
||||
if (note.title) {
|
||||
note.title = decryptNoteTitle(note.noteId)
|
||||
note.title = decryptNoteTitle(note.noteId, note.title);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user