mirror of
https://github.com/zadam/trilium.git
synced 2025-11-10 15:25:51 +01:00
treecache now manages reloading when starting protected session
This commit is contained in:
@@ -7,7 +7,7 @@ export default class SpacedUpdate {
|
||||
}
|
||||
|
||||
scheduleUpdate() {
|
||||
if (!this.changeForbidden) {
|
||||
if (!this.changeForbidden) {console.trace();
|
||||
this.changed = true;
|
||||
setTimeout(() => this.triggerUpdate());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user