Notify subscribers immediately on mutation execution

This commit is contained in:
Hakan Shehu
2024-09-13 18:05:18 +02:00
parent bfac9c3930
commit 4da18d57de

View File

@@ -137,7 +137,7 @@ export class WorkspaceManager {
}
if (affectedTables.size > 0) {
this.debouncedNotifyQuerySubscribers(Array.from(affectedTables));
this.notifyQuerySubscribers(Array.from(affectedTables));
}
}