mirror of
https://github.com/zadam/trilium.git
synced 2026-05-06 00:55:56 +02:00
import fixes
This commit is contained in:
@@ -22,8 +22,6 @@ class NoteCache {
|
||||
this.attributeIndex = {};
|
||||
|
||||
this.loaded = false;
|
||||
this.loadedResolve = null;
|
||||
this.loadedPromise = new Promise(res => {this.loadedResolve = res;});
|
||||
}
|
||||
|
||||
/** @return {Attribute[]} */
|
||||
|
||||
@@ -154,3 +154,7 @@ eventService.subscribe([eventService.ENTITY_CHANGED, eventService.ENTITY_DELETED
|
||||
eventService.subscribe(eventService.ENTER_PROTECTED_SESSION, () => {
|
||||
noteCache.decryptProtectedNotes();
|
||||
});
|
||||
|
||||
module.exports = {
|
||||
load
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user