mirror of
https://github.com/zadam/trilium.git
synced 2025-11-14 17:25:52 +01:00
added optimized version for single label searching + noteset cache fix
This commit is contained in:
@@ -154,10 +154,10 @@ class Becca {
|
||||
}
|
||||
}
|
||||
|
||||
this.allNoteSet = new NoteSet(allNotes);
|
||||
this.allNoteSetCache = new NoteSet(allNotes);
|
||||
}
|
||||
|
||||
return this.allNoteSet;
|
||||
return this.allNoteSetCache;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user