documents now remain open fixes #16

This commit is contained in:
Jonas Winkler
2020-11-04 01:42:23 +01:00
parent a2fd1afa80
commit 7b561af7a1
3 changed files with 26 additions and 7 deletions

View File

@@ -69,7 +69,7 @@ export class AppFrameComponent implements OnInit, OnDestroy {
}
ngOnInit() {
this.openDocumentsSubscription = this.openDocumentsService.getOpenDocuments().subscribe(docs => this.openDocuments = docs)
this.openDocuments = this.openDocumentsService.getOpenDocuments()
}
ngOnDestroy() {