fix: #19251#19282
Conversation
|
Thank you for your contribution! We will review your PR shortly. Please make sure to manually link it to an issue for proper tracking. |
AI Code ReviewLooks Good SummaryRemoves the blockScroll condition check when cleaning up the p-overflow-hidden class from the document body during dialog destruction, ensuring the class is always removed when the dialog is destroyed. Issue AlignmentThis change directly addresses the issue where the .p-overflow-hidden class was not being removed from the body when a conditionally displayed modal dialog was closed. The issue occurred because the blockScroll condition prevented cleanup in certain scenarios when the dialog was destroyed via @if block. This is an automated review. A maintainer will provide final approval. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
fixes #19251