fix(web): disable tooltip delay to avoid tooltip flickering (#29104)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user