Feature request
Overview
TooltipContent implementation contains code to hide it when another tooltip was opened: https://github.com/radix-ui/primitives/blob/main/packages/react/tooltip/src/tooltip.tsx#L521. Currently to override this function, you have to completely opt out of radix tooltip controlled state and ignore onClose events.
I think this behavior should be configurable, e.g. with closeOnTooltipOpen prop with default true value to keep change compatible with previous versions.
Who does this impact? Who is this for?
I think it can benefit all Tooltip users, and it is really easy code adjustment.