trigger icon indicating copy to clipboard operation
trigger copied to clipboard

IE,edge浏览器下 鼠标引入异常关闭

Open L-Hknu opened this issue 5 years ago • 2 comments

IE和edge鼠标移入 svg时会触发onMouseLeave导致 下拉弹窗异常关闭 具体代码,使用"antd": "4.7.3"
`ReactDOM.render( <Dropdown overlay={ }

<a className="ant-dropdown-link" onClick={(e) => e.preventDefault()}>
  Cascading menu 
</a>

</Dropdown>, document.getElementById("root") );` 具体步骤,无法复现的话鼠标点击那个红圈 然后鼠标反复移入移除

L-Hknu avatar Oct 26 '20 07:10 L-Hknu

https://codesandbox.io/s/duojicaidan-ant-design-demo-forked-ugrho?file=/index.html @zombieJ

L-Hknu avatar Oct 26 '20 07:10 L-Hknu

直接来个 PR 修一下吧~

zombieJ avatar Oct 26 '20 07:10 zombieJ