mirror of
https://github.com/zadam/trilium.git
synced 2025-11-18 03:00:41 +01:00
search fixes WIP
This commit is contained in:
@@ -79,7 +79,6 @@ class NoteRevision extends Entity {
|
||||
}
|
||||
|
||||
this.content = res.content;
|
||||
|
||||
if (this.isProtected) {
|
||||
if (protectedSessionService.isProtectedSessionAvailable()) {
|
||||
this.content = protectedSessionService.decrypt(this.content);
|
||||
|
||||
Reference in New Issue
Block a user