mirror of
https://github.com/zadam/trilium.git
synced 2025-12-12 10:24:23 +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"
|
||||
id={id ?? ariaId}
|
||||
disabled={disabled}
|
||||
onMouseOver={() => showTooltip()}
|
||||
onMouseLeave={() => hideTooltip()}
|
||||
onMouseEnter={showTooltip}
|
||||
onMouseLeave={hideTooltip}
|
||||
{...buttonProps}
|
||||
>
|
||||
{text}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user