From dddd67d0b94892d654f90a89ab14d6d725e16d23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=87etin?= <69278826+cetincakiroglu@users.noreply.github.com> Date: Thu, 6 Jan 2022 17:44:34 +0300 Subject: [PATCH] fix overlay menu click listener --- src/app/app.main.component.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/app.main.component.ts b/src/app/app.main.component.ts index 31359eb..024abef 100644 --- a/src/app/app.main.component.ts +++ b/src/app/app.main.component.ts @@ -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) {