Fix: Optimize tooltips and I118n #3221 (#9744)

### What problem does this PR solve?

Fix: Optimize tooltips and I118n #3221

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)

---------

Co-authored-by: Kevin Hu <kevinhu.sh@gmail.com>
This commit is contained in:
chanx
2025-08-27 11:46:51 +08:00
committed by GitHub
parent a914535344
commit 1f47001c82
4 changed files with 8 additions and 3 deletions

View File

@ -33,7 +33,7 @@ export { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger };
export const FormTooltip = ({ tooltip }: { tooltip: React.ReactNode }) => {
return (
<Tooltip>
<TooltipTrigger>
<TooltipTrigger tabIndex={-1}>
<Info className="size-3 ml-2" />
</TooltipTrigger>
<TooltipContent>