Skip to content

Commit

Permalink
Merge pull request #12297 from primefaces/issue-12273
Browse files Browse the repository at this point in the history
Fixed #12273 - Remove condition in hide
  • Loading branch information
cetincakiroglu committed Nov 28, 2022
2 parents 5f7cb92 + f1a195a commit a7c7b15
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/app/components/overlaypanel/overlaypanel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -334,10 +334,6 @@ export class OverlayPanel implements AfterContentInit, OnDestroy {
}

hide() {
if (this.isOverlayAnimationInProgress) {
return;
}

this.overlayVisible = false;
this.cd.markForCheck();
}
Expand Down

0 comments on commit a7c7b15

Please sign in to comment.