mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
small improvements and fixes
This commit is contained in:
@@ -162,7 +162,7 @@ class Note {
|
||||
return this.flatTextCache;
|
||||
}
|
||||
|
||||
this.flatTextCache = '';
|
||||
this.flatTextCache = this.noteId + ' ';
|
||||
|
||||
for (const branch of this.parentBranches) {
|
||||
if (branch.prefix) {
|
||||
|
||||
Reference in New Issue
Block a user