fix: address TODOs and close dialogs upon state change

This commit is contained in:
waterplea
2024-07-31 11:57:56 +04:00
parent 972ee8e42e
commit 6168a006f4
3 changed files with 18 additions and 4 deletions

View File

@@ -111,7 +111,7 @@ export class StateService extends Observable<RR.ServerState | null> {
),
),
)
.subscribe() // @TODO Alex shouldn't this be subscribed in app component with the others? Do we ever need to unsubscribe?
.subscribe()
constructor() {
super(subscriber => this.stream$.subscribe(subscriber))