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()) {
|
if (!this.menuClick && this.isOverlay()) {
|
||||||
this.menuInactiveDesktop = true;
|
this.menuInactiveDesktop = true;
|
||||||
}
|
}
|
||||||
|
if (!this.menuClick){
|
||||||
|
this.overlayMenuActive = false;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this.configActive && !this.configClick) {
|
if (this.configActive && !this.configClick) {
|
||||||
|
Loading…
Reference in New Issue
Block a user