We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have noticed that the mouseDown / mouseUp events are missing from the events props, I needed to use them in order to drag specific items.
I noticed it's a bit tricky to use it along with other events, but I think it still might be needed.
I will create a PR in case it is OK to add them :)
react-visjs-timeline: 1.5.0 vis version:
const events = [ 'currentTimeTick', 'click', 'contextmenu', 'doubleClick', 'groupDragged', 'changed', 'rangechange', 'rangechanged', 'select', 'timechange', 'timechanged', 'mouseOver', 'mouseMove', 'itemover', 'itemout', ]
PR #36 added some missing events ( but not these two )
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Overview
I have noticed that the mouseDown / mouseUp events are missing from the events props, I needed to use them in order to drag specific items.
I noticed it's a bit tricky to use it along with other events, but I think it still might be needed.
I will create a PR in case it is OK to add them :)
Package versions
react-visjs-timeline: 1.5.0
vis version:
Steps to reproduce
Code Snippet
Related issues
PR #36 added some missing events ( but not these two )
Screenshots (if appropriate)
The text was updated successfully, but these errors were encountered: