diff --git a/src/app/components/overlaypanel/overlaypanel.ts b/src/app/components/overlaypanel/overlaypanel.ts index e3bc41052c4..c8e925bd6e3 100755 --- a/src/app/components/overlaypanel/overlaypanel.ts +++ b/src/app/components/overlaypanel/overlaypanel.ts @@ -246,6 +246,7 @@ export class OverlayPanel implements AfterContentInit, OnDestroy { this.hide(); } + this.selfClick = false; this.cd.markForCheck(); });