Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用 react-simple-maps 和 react-tooltip 看起来悬停效果很好,但我尝试点击我在工具提示上添加的链接,但在我进入工具提示之前,它消失了,我无法访问用我的鼠标的内容。
这可能吗?
根据您的实现的具体外观,我认为该delayHide属性是您正在寻找的。它定义了悬停事件结束后直到工具提示消失的延迟,以毫秒为单位。
delayHide
<ReactTooltip delayHide={1000} />