fix(web): disable tooltip delay to avoid tooltip flickering (#29104)

This commit is contained in:
yangzheli 2025-12-04 14:16:56 +08:00 committed by GitHub
parent 541fd7daa2
commit 693ab6ad82
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -251,6 +251,7 @@ const AgentTools: FC = () => {
{!item.notAuthor && (
<Tooltip
popupContent={t('tools.setBuiltInTools.infoAndSetting')}
needsDelay={false}
>
<div className='cursor-pointer rounded-md p-1 hover:bg-black/5' onClick={() => {
setCurrentTool(item)