diff --git a/src/becca/entities/note.js b/src/becca/entities/note.js index de46123c0..54430bdab 100644 --- a/src/becca/entities/note.js +++ b/src/becca/entities/note.js @@ -67,7 +67,7 @@ class Note extends AbstractEntity { // ------ Derived attributes ------ /** @param {boolean} */ - this.isDecrypted = !this.isProtected; + this.isDecrypted = !this.noteId || !this.isProtected; this.decrypt();