We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bf72dd commit f356edfCopy full SHA for f356edf
src/Obsidian/Cache.ts
@@ -111,6 +111,11 @@ export class Cache {
111
112
private notifySubscribers(): void {
113
this.logger.debug('Cache.notifySubscribers()');
114
+ this.notifySubscribersNotDebounced();
115
+ }
116
+
117
+ private notifySubscribersNotDebounced(): void {
118
+ this.logger.debug('Cache.notifySubscribersNotDebounced()');
119
this.events.triggerCacheUpdate({
120
tasks: this.tasks,
121
state: this.state,
0 commit comments