dragjs
dragjs copied to clipboard
drag.slider/drag.xyslider cursor value at "end" isn't correct
For some reason cursor value does not get derived correctly at "end" handler. It seems pageX and clientX values are incorrect in this case.
Perhaps a possible workaround would be to pass last known good value from move or begin to end.