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 13d737f commit 552fde2Copy full SHA for 552fde2
apps/webapp/app/components/primitives/Tooltip.tsx
@@ -85,6 +85,7 @@ function SimpleTooltip({
85
<TooltipProvider disableHoverableContent={disableHoverableContent}>
86
<Tooltip open={open} onOpenChange={onOpenChange}>
87
<TooltipTrigger
88
+ type="button"
89
tabIndex={-1}
90
className={cn("h-fit", buttonClassName)}
91
style={buttonStyle}
0 commit comments