Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3.2.2 #813

Merged
merged 24 commits into from
Nov 25, 2019
Merged

3.2.2 #813

merged 24 commits into from
Nov 25, 2019

Conversation

joneit
Copy link
Contributor

@joneit joneit commented Nov 25, 2019

No description provided.

AmirF27 and others added 24 commits February 2, 2019 21:51
The TouchEvent.touches list includes all touch points currently on the
screen. The TouchEvent.targetTouches includes only touch points on the
canvas, so that's the list we're interested in.
The problem was that the index of the scrollbars was not being updated.
Therefore, it was always being reset to 0 each time the animation frame
is requested.

Fixed this by updating the index of the scrollbars. This also eliminates
the need to call the grid's scrollBy method.
@joneit joneit merged commit 4eba8c3 into master Nov 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants