We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18766e2 commit 3b36e49Copy full SHA for 3b36e49
1 file changed
cli/src/components/agent-mode-toggle.tsx
@@ -15,7 +15,7 @@ const MODE_LABELS: Record<AgentMode, string> = {
15
16
const ALL_MODES = Object.keys(MODE_LABELS) as AgentMode[]
17
18
-export const OPEN_DELAY_MS = 100 // Delay before expanding on hover
+export const OPEN_DELAY_MS = 0 // Delay before expanding on hover
19
export const CLOSE_DELAY_MS = 250 // Delay before collapsing when mouse leaves
20
export const REOPEN_SUPPRESS_MS = 250 // Time to block reopening after explicit close (prevents flicker)
21
0 commit comments