Improve Tooltip UX by enabling delay by default (#21383)
This commit is contained in:
@@ -114,7 +114,6 @@ const MultipleToolSelector = ({
|
||||
{tooltip && (
|
||||
<Tooltip
|
||||
popupContent={tooltip}
|
||||
needsDelay
|
||||
>
|
||||
<div><RiQuestionLine className='h-3.5 w-3.5 text-text-quaternary hover:text-text-tertiary' /></div>
|
||||
</Tooltip>
|
||||
|
||||
Reference in New Issue
Block a user