mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
basic search tests
This commit is contained in:
@@ -34,6 +34,8 @@ class Note {
|
||||
/** @param {string|null} */
|
||||
this.flatTextCache = null;
|
||||
|
||||
this.noteCache.notes[this.noteId] = this;
|
||||
|
||||
if (protectedSessionService.isProtectedSessionAvailable()) {
|
||||
this.decrypt();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user