We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8b9572 commit a6f0fcaCopy full SHA for a6f0fca
1 file changed
frontend/app/element/tooltip.tsx
@@ -144,11 +144,9 @@ function TooltipInner({
144
divRef.current = node;
145
}
146
}}
147
- {...getReferenceProps()}
+ {...getReferenceProps({ onClick: handleClick, onPointerEnter: handlePointerEnter })}
148
className={divClassName}
149
style={divStyle}
150
- onClick={handleClick}
151
- onPointerEnter={handlePointerEnter}
152
>
153
{children}
154
</div>
0 commit comments