Commit 256cdc76 authored by Valentin Hervieu's avatar Valentin Hervieu

test(mouse events): handle all events for single/range sliders without draggableRange

parent 2642b8c2
......@@ -1280,6 +1280,7 @@
onMove: function(pointer, event) {
var newOffset = this.getEventPosition(event),
newValue;
if (newOffset <= 0) {
if (pointer.rzsp === 0)
return;
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment