thelostword / timeline

Canvas timeline, supports zooming, dragging, and infinite scrolling. -- Canvas 时间轴组件,支持缩放、拖拽、无限滚动
https://thelostword.github.io/timeline/
MIT License
41 stars 7 forks source link

当第二次鼠标拖动的时候,有可能被识别成拖拽事件,不会触发document.onmouseup #4

Closed lydat closed 1 year ago

lydat commented 1 year ago

长按鼠标向上拖拽的时候,会触发H5原生的拖拽事件。并且不会监听到document.onmouseup。这样会造成一个当松开鼠标的时候会造成时间轴跟着鼠标的运动轨迹去横向移动。

thelostword commented 1 year ago

有复现地址吗,以及环境。我这边测试未发现问题

lydat commented 1 year ago

没弄了,当时我直接把拖拽事件设为空了

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.