Skip to content

Commit

Permalink
Fixed #14012 - Component: Calendar. After closing the calendar, the p…
Browse files Browse the repository at this point in the history
…-overflow-hidden class is not deleted
  • Loading branch information
yigitfindikli committed Nov 9, 2023
1 parent 93e0022 commit bb91f63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/calendar/calendar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2943,7 +2943,7 @@ export class Calendar implements OnInit, OnDestroy, ControlValueAccessor {
}

if (!hasBlockerMasks) {
DomHandler.blockBodyScroll();
DomHandler.unblockBodyScroll();
}

this.unbindAnimationEndListener();
Expand Down

0 comments on commit bb91f63

Please sign in to comment.