Uh oh!
There was an error while loading. Please reload this page.
fix(shared): Restore scrollbar on re-verification completion or on canceled/closed - #5194
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
🦋 Changeset detectedLatest commit: a046a39 The changes in this PR will be included in the next version bump. This PR includes changesets to release 20 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
panteliselef
commented
Feb 18, 2025
This was definitely working before, I'm curious if some of my recent changes in setActive broke this behaviour. If that is the case, then I would dive into that before reaching for an "onClose" parameter. |
@panteliselef it's closing but it does not restore the scrollbar behaviour, sorry for misleading description will update it |
Uh oh!
There was an error while loading. Please reload this page.
panteliselef
commented
Feb 19, 2025
I think this stems from the modal on modal interaction and not the |
octoper
commented
Feb 21, 2025
This does not happens only with when modal on modal this happens every time |
Co-authored-by: Stefanos Anagnostou <anagstef@users.noreply.github.com>
octoper
commented
Feb 25, 2025
closing in favour of #5233 |
Description
This PR fixes an issue where the re-verification modal does not restores the scrollbar behaviour after it's completed or canceled/closed.
Checklist
pnpm testruns as expected.pnpm buildruns as expected.Type of change