Bug description
I have a popover,
When the user selects text or adjust a slider and the mouseup is outside the popover the overlay closes the popover.
Reproduction Link
https://corvu.dev/docs/primitives/popover/
Reproduction Steps
This works in the demo on the corvu website aswell, try to select the values inside the inputbox and have the mouse over outside. (if I select everything, I do it course)
Expected behavior
Only a mousedown would close the popover.
I would not expect the popover to close if the mousedown is inside, but the mouseup is outside.
Additional context
No response
Bug description
I have a popover,
When the user selects text or adjust a slider and the
mouseupis outside the popover the overlay closes the popover.Reproduction Link
https://corvu.dev/docs/primitives/popover/
Reproduction Steps
This works in the demo on the corvu website aswell, try to select the values inside the inputbox and have the mouse over outside. (if I select everything, I do it course)
Expected behavior
Only a mousedown would close the popover.
I would not expect the popover to close if the mousedown is inside, but the mouseup is outside.
Additional context
No response