fix overlay menu click listener
This commit is contained in:
parent
d761428836
commit
dddd67d0b9
@ -69,6 +69,9 @@ export class AppMainComponent implements AfterViewInit, OnDestroy, OnInit {
|
||||
if (!this.menuClick && this.isOverlay()) {
|
||||
this.menuInactiveDesktop = true;
|
||||
}
|
||||
if (!this.menuClick){
|
||||
this.overlayMenuActive = false;
|
||||
}
|
||||
}
|
||||
|
||||
if (this.configActive && !this.configClick) {
|
||||
|
Loading…
Reference in New Issue
Block a user