-
Notifications
You must be signed in to change notification settings - Fork 650
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
fixed timeline onScroll handler min and max value #834
base: master
Are you sure you want to change the base?
fixed timeline onScroll handler min and max value #834
Conversation
@StoikovOleh I tried to run this with the code for #805 but it didn't work. |
@Ilaiwi Yo are able scroll to the next and previous day, despite the fact visibleTimeStart and visibleTimeEnd is alway the start and the end of the one day |
@StoikovOleh yes using trackpads only. |
I saw some code in your lib which was suppose to fix it but it was removed in the newer version |
@StoikovOleh what method were you using to scroll? Was it programmatically or via trackpad/mouse? |
trackpad |
@Ilaiwi ? |
addressed Issue: #805, and probably more.
Overview of PR
fixed scroll of the timeline to prevent scrolling behind visibleTimeStart and visibleTimeEnd min and max values