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
fix: Incorrect scroll percentage calculation in scrollHorizontal method
Change scroll percentage calculation approach. Use getScrollWidth instead of getCanvasWidth as a denominator.
Add width of scroll to scroll length for percentage not to exceed 1.
0 commit comments