mirror of
https://github.com/zadam/trilium.git
synced 2026-01-27 17:49:16 +01: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[]} */
|
||||
|
||||
Reference in New Issue
Block a user