mirror of
https://github.com/zadam/trilium.git
synced 2026-07-15 04:03:40 +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[]} */
|
||||
|
||||
Reference in New Issue
Block a user