You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When drag on minimap, the drag delta xy is calculated from the distance from the origin dragstart event point, so it feels like it is drifting. Caused by hammerjs/hammer.js#806
Note that the 2 magic number here is what I test suit for my app size. I thought this.props.viewrectangle[2] / this.props.width is enough, but it is not, don't know why...
The text was updated successfully, but these errors were encountered:
When drag on minimap, the drag delta xy is calculated from the distance from the origin dragstart event point, so it feels like it is drifting. Caused by hammerjs/hammer.js#806
Current workaround #623 (comment)
Note that the 2 magic number here is what I test suit for my app size. I thought
this.props.viewrectangle[2] / this.props.width
is enough, but it is not, don't know why...The text was updated successfully, but these errors were encountered: