mirror of https://github.com/langgenius/dify.git
fix(web): disable tooltip delay to avoid tooltip flickering (#29104)
This commit is contained in:
parent
541fd7daa2
commit
693ab6ad82
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue