There was an error while loading. Please reload this page.
1 parent 669d535 commit ef3a484Copy full SHA for ef3a484
src/lib/tooltip/index.tsx
@@ -44,7 +44,9 @@ function Tooltip({
44
return (
45
<TooltipTrigger {...{ delay }} {...props}>
46
<Focusable>
47
- <div {...props.wrapperProps}>{children}</div>
+ <div {...props.wrapperProps} role="button">
48
+ {children}
49
+ </div>
50
</Focusable>
51
<AriaTooltip
52
offset={props.tooltipProps?.offset ?? 8}
0 commit comments