mirror of
https://github.com/colanode/colanode.git
synced 2025-12-29 00:25:03 +01:00
Notify subscribers immediately on mutation execution
This commit is contained in:
@@ -137,7 +137,7 @@ export class WorkspaceManager {
|
||||
}
|
||||
|
||||
if (affectedTables.size > 0) {
|
||||
this.debouncedNotifyQuerySubscribers(Array.from(affectedTables));
|
||||
this.notifyQuerySubscribers(Array.from(affectedTables));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user