small improvements and fixes

This commit is contained in:
zadam
2020-08-06 00:06:42 +02:00
parent ddf0a89e1f
commit f60af1f05e
9 changed files with 29 additions and 20 deletions

View File

@@ -162,7 +162,7 @@ class Note {
return this.flatTextCache;
}
this.flatTextCache = '';
this.flatTextCache = this.noteId + ' ';
for (const branch of this.parentBranches) {
if (branch.prefix) {