From 693ab6ad82209f3459c2674c3203b8a175e1ce98 Mon Sep 17 00:00:00 2001 From: yangzheli <43645580+yangzheli@users.noreply.github.com> Date: Thu, 4 Dec 2025 14:16:56 +0800 Subject: [PATCH] fix(web): disable tooltip delay to avoid tooltip flickering (#29104) --- .../app/configuration/config/agent/agent-tools/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/web/app/components/app/configuration/config/agent/agent-tools/index.tsx b/web/app/components/app/configuration/config/agent/agent-tools/index.tsx index f2b9c105fc..b51c2ad94d 100644 --- a/web/app/components/app/configuration/config/agent/agent-tools/index.tsx +++ b/web/app/components/app/configuration/config/agent/agent-tools/index.tsx @@ -251,6 +251,7 @@ const AgentTools: FC = () => { {!item.notAuthor && (
{ setCurrentTool(item)