fix overlay menu click listener

This commit is contained in:
Çetin 2022-01-06 17:44:34 +03:00
parent d761428836
commit dddd67d0b9

View File

@ -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) {