[Bug] Continuosly dragging the graph series after moving mouse over an enterable tooltip
- Dominant language
- TypeScript
- Stars
- 67.3k
- Forks
- 19.8k
- Avg merge
- 11d 14h
- Merged PRs (30d)
- 8
Description
### Version
5.6.0
### Link to Minimal Reproduction
https://echarts.apache.org/examples/en/editor.html?c=graph-simple&code=PYBwLglsB2AEC8sDeAoWtJgDYFMBcya6GOAHmAQOQBCAhgM4QDGsA4gE60gAWlRAvgBoiYYMCyQQBVMVg5oYHJwBGuAmHYBXHAOHpa0CAFtakGABFNnM9ACqIACan8sAIwBWAAye9sA8dMoaABRBghoAHN7J0UqAEdNcMgmAEloAHlNMEpfeiUIHHoCAG0idBlZDABPEBdKCM4eHLLiLFoq4CyqaBgcZsrYeiqjZXEAZQgALxcvX1l2YFojdS0cOdbaZRwsaRbZem5gAHcV7T3YIXOcBwicMeHRndhiyiYIdiZcHNhKWnYFo6UAC663Q11u9xG4ymLmKABZBG5PCCrjccAAZTbbXYDdAAMxgYAm0wIACZPOdLgMYrQSudyvTiNAlnUAHLABw4Nz9XHoUgEADM3lBlSqgu8jKpuIqvOZRjZHK5pJ5vP5sAAHMLGegxbAhRTeVKBjLcXKFZy9SrcWr3LNtbBda4JYaRQzeegzVR2Ra4VaBja7e6HQQvAbcfxziiBgB6aOwLDhADWRWeUcqCegybpvJNA3onQ-Lh89rAf1uFDcruIQyhWGJsPciPJad5bS2T1zuIOx1OOiDRtxGbuYCqakIQfQRwgDjA3BDVdkTCsADd5IUU54AHSk-0Rl2Mzv7AtMc1Kv2VUvsctexXchfxrEd-3obsnDCrXf3odjEdjw-VJd2FXaB1wILcd37SUq3_F9j1PO8SzLHAK0ob0uQFPh9xze18ysE8bwtZV70va8fjQy0oIPHC4IIs9iKQlDyN9SjsKDXDC1ohCgxI5DOOYw1IxFb9fxcf9QFoN4RzAzcAE4qynGc51gUkq0A4DQNgMNZD3YgdKBFB-AAbiAA
### Steps to Reproduce
1. I use a example drawing graph series
2. Added `enterable` property for the tooltip
### Current Behavior
- Drag the graph series by holding left click,
- Move the mouse a bit fast (not too much) until the cursor is placed on the tooltip. Because of the enterable property, the tooltip at this time is not disappear
- Release the left click
- Move the mouse again.

Current result: The graph is still be able to drag without holding any left click
### Expected Behavior
The graph series should not be able to drag
### Environment
```markdown
- OS:Window 11
- Browser: Microsoft Edge
- Framework:
```
### Any additional comments?
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.