Not sure if this is similar to issue #120 and issue #117.
I have implemented my own mouseup and down within the rendertrack which I pass the event over for the mouse down props.onMouseDown(e);. However, it seems I am unable to do the same for mouseup.
When dragging the slider and I mouseup outside of the component the event does not get triggered and so the mouse events get stolen for future mouse clicks.
Hi there,
Not sure if this is similar to issue #120 and issue #117.
I have implemented my own mouseup and down within the rendertrack which I pass the event over for the mouse down
props.onMouseDown(e);
. However, it seems I am unable to do the same for mouseup.When dragging the slider and I mouseup outside of the component the event does not get triggered and so the mouse events get stolen for future mouse clicks.
Is there a work around for this you can think of?
Edit:
I also tried to implement mouseup here