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
When I click inside a portal (in this case, PortalWithState), then drag outside the portal and release, the portal closes (assuming I have closeOnOutsideClick turned on). I'd expect the portal to stay open unless I actually mouse down outside the portal.
In my use case, users are highlighting text inside an input field (which is inside the portal), and the portal is closing prematurely because they release outside of the portal boundaries.
The text was updated successfully, but these errors were encountered:
When I click inside a portal (in this case, PortalWithState), then drag outside the portal and release, the portal closes (assuming I have closeOnOutsideClick turned on). I'd expect the portal to stay open unless I actually mouse down outside the portal.
In my use case, users are highlighting text inside an input field (which is inside the portal), and the portal is closing prematurely because they release outside of the portal boundaries.
The text was updated successfully, but these errors were encountered: