close hover-column when navigating #75

This commit is contained in:
Nicolas Constant 2019-04-07 16:54:12 -04:00
parent 35c8a8fee5
commit 1e8e3201df
No known key found for this signature in database
GPG Key ID: 1E9F677FB01A5688
1 changed files with 1 additions and 0 deletions

View File

@ -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 = '';