fix(client/dropdown): tooltip flickering due to child elements

This commit is contained in:
Elian Doran
2025-12-10 17:02:11 +02:00
parent 7c5df21685
commit f7955a9040

View File

@@ -117,8 +117,8 @@ export default function Dropdown({ id, className, buttonClassName, isStatic, chi
aria-expanded="false"
id={id ?? ariaId}
disabled={disabled}
onMouseOver={() => showTooltip()}
onMouseLeave={() => hideTooltip()}
onMouseEnter={showTooltip}
onMouseLeave={hideTooltip}
{...buttonProps}
>
{text}