fix: increase sidebar tooltip delay to 400ms

This commit is contained in:
Usman Baig
2026-03-28 22:52:12 +01:00
parent c7f2600460
commit 16fd913351

View File

@@ -96,7 +96,7 @@ function SidebarTooltip({ children, label }: { children: React.ReactNode; label:
setPos({ x: rect.right + 8, y: rect.top + rect.height / 2 }) setPos({ x: rect.right + 8, y: rect.top + rect.height / 2 })
setShow(true) setShow(true)
} }
}, 100) }, 400)
} }
const handleLeave = () => { const handleLeave = () => {