mirror of
https://github.com/zadam/trilium.git
synced 2025-12-12 18:34:24 +01:00
fix(client/dropdown): tooltip flickering due to child elements
This commit is contained in:
parent
7c5df21685
commit
f7955a9040
@ -117,8 +117,8 @@ export default function Dropdown({ id, className, buttonClassName, isStatic, chi
|
|||||||
aria-expanded="false"
|
aria-expanded="false"
|
||||||
id={id ?? ariaId}
|
id={id ?? ariaId}
|
||||||
disabled={disabled}
|
disabled={disabled}
|
||||||
onMouseOver={() => showTooltip()}
|
onMouseEnter={showTooltip}
|
||||||
onMouseLeave={() => hideTooltip()}
|
onMouseLeave={hideTooltip}
|
||||||
{...buttonProps}
|
{...buttonProps}
|
||||||
>
|
>
|
||||||
{text}
|
{text}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user