Fix for console widget

This commit is contained in:
piotrpekala7
2020-04-30 16:33:20 +02:00
parent a75de3b179
commit 9e2bc25c01
3 changed files with 6 additions and 1 deletions

View File

@ -163,6 +163,7 @@ export class ProjectMapComponent implements OnInit, OnDestroy {
this.settings = this.settingsService.getAll();
this.isTopologySummaryVisible = this.mapSettingsService.isTopologySummaryVisible;
this.isConsoleVisible = this.mapSettingsService.isLogConsoleVisible;
this.mapSettingsService.logConsoleSubject.subscribe(value => this.isConsoleVisible = value);
this.progressService.activate();
const routeSub = this.route.paramMap.subscribe((paramMap: ParamMap) => {