mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 00:05:50 +01:00
change salts on password change + more robust handling of decryption failures
This commit is contained in:
@@ -805,7 +805,7 @@ class Note extends Entity {
|
||||
* @returns {boolean} - true if note has children
|
||||
*/
|
||||
hasChildren() {
|
||||
return (this.getChildNotes()).length > 0;
|
||||
return this.getChildNotes().length > 0;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user