You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Opening a controlled Dialog from a DropdownMenu and closing it again leaves the body element with pointer-events: none, making the page unusable until reload.
Expected behavior
Opening a controlled Dialog from a DropdownMenu and closing it again works.
I hope this is not a case of me "using it wrong", but since it worked in previous versions it looks like a bug to me.
Let me know if there are more details that I can provide.
The text was updated successfully, but these errors were encountered:
Bug report
Current Behavior
Opening a controlled
Dialog
from aDropdownMenu
and closing it again leaves thebody
element withpointer-events: none
, making the page unusable until reload.Expected behavior
Opening a controlled
Dialog
from aDropdownMenu
and closing it again works.Reproducible example
Working example with
@radix-ui/[email protected]
Broken example with
@radix-ui/[email protected]
I hope this is not a case of me "using it wrong", but since it worked in previous versions it looks like a bug to me.
Let me know if there are more details that I can provide.
The text was updated successfully, but these errors were encountered: