fix: increase sidebar tooltip delay to 400ms
This commit is contained in:
@@ -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 = () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user