mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-24 06:37:14 -04:00
fix: groups observer dispose
This commit is contained in:
parent
fa427fe650
commit
4b1f45a4be
1 changed files with 1 additions and 0 deletions
|
@ -154,6 +154,7 @@ export class DatabaseController {
|
|||
this.groups.value.forEach((group) => {
|
||||
void group.dispose();
|
||||
});
|
||||
await this.groupsObserver.unsubscribe();
|
||||
await this.backendService.closeDatabase();
|
||||
await this.fieldController.dispose();
|
||||
await this.databaseViewCache.dispose();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue