mirror of
https://github.com/zadam/trilium.git
synced 2025-11-13 00:35:50 +01:00
caching initial noteset to improve search times
This commit is contained in:
@@ -113,6 +113,8 @@ eventService.subscribe([eventService.ENTITY_DELETED, eventService.ENTITY_DELETE_
|
||||
|
||||
function noteDeleted(noteId) {
|
||||
delete becca.notes[noteId];
|
||||
|
||||
becca.dirtyNoteSetCache();
|
||||
}
|
||||
|
||||
function branchDeleted(branchId) {
|
||||
|
||||
Reference in New Issue
Block a user