close hover-column when navigating #75
This commit is contained in:
parent
35c8a8fee5
commit
1e8e3201df
|
@ -29,6 +29,7 @@ export class FloatingColumnComponent implements OnInit, OnDestroy {
|
|||
|
||||
ngOnInit() {
|
||||
this.activatedPanelSub = this.navigationService.activatedPanelSubject.subscribe((type: LeftPanelType) => {
|
||||
this.overlayActive = false;
|
||||
switch (type) {
|
||||
case LeftPanelType.Closed:
|
||||
this.openPanel = '';
|
||||
|
|
Loading…
Reference in New Issue