This repository has been archived by the owner on Jul 29, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Timeline: Mousedown and mouseup events #3032
Milestone
Comments
It's a very simple addition. Can you please submit a PR with this? |
I will give it a go :) |
I tried to make it work, but for some reason it does not capture the mousedown on the left mouse button. Any ideas? Here is the code i tried in Timeline.js: |
I made it work with this:
Does that look right @yotamberk ? |
Looks fine to me! Please submit the PR so I can test it out. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is is possible to add in the mousedown and mouseup events again?
I can see that it was in this pull request: #2473 but was removed again.
We are trying to make it so that on mousedown we start a new event. The user then drags over some days and on mouseup we want to create an event for the selected days.
The text was updated successfully, but these errors were encountered: