mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 05:46:10 +01:00
note list improvements
This commit is contained in:
@@ -262,6 +262,10 @@ class TreeCache {
|
||||
}
|
||||
|
||||
getNoteFromCache(noteId) {
|
||||
if (!noteId) {
|
||||
throw new Error("Empty noteId");
|
||||
}
|
||||
|
||||
return this.notes[noteId];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user