mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-04-21 11:18:31 -05:00
added optimized version for single label searching + noteset cache fix
This commit is contained in:
+2
-2
@@ -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