-
Notifications
You must be signed in to change notification settings - Fork 319
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
fix: add getItemsAtCurrentTime(timeOfEvent) & delay optimization on item click for trackpads #910
Conversation
lidakis several timeline fixes
double tap new item disable
put delay on edit click item...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM but we need to cleanup the pull-request title, description and squash the commits!
Delay addition on item click optimised for trackpads, in order to not deselect the item.
Addition of method getItemsAtCurrentTime(timeOfEvent): Returns {Array} of all items they are present at current time of click event on the timeline. ... addition of delay on item click (optimisation for laptop trackpads) in order not to deselect the item after 1 second when clicked with trackpad.
Addition of method getItemsAtCurrentTime(timeOfEvent): Returns {Array} of all items they are present at current time of click event on the timeline. ... addition of delay on item click (optimisation for laptop trackpads) in order not to deselect the item after 1 second when clicked with trackpad.
delay addition on item click for trackpads...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
disregard these changes... at 'blablabla'
🎉 This PR is included in version 7.4.8 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Thank you for contributing to vis.js!!
Please make sure to check the following requirements before creating a pull request:
git fetch && git rebase origin master
to update your feature branch).fixes #1781
in your git commit message this issue gets closed automatically by merging your pull request).