Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 256cdc7

Browse files
author
Valentin Hervieu
committed
test(mouse events): handle all events for single/range sliders without draggableRange
1 parent 2642b8c commit 256cdc7

File tree

2 files changed

+750
-72
lines changed

2 files changed

+750
-72
lines changed

src/rzslider.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1280,6 +1280,7 @@
12801280
onMove: function(pointer, event) {
12811281
var newOffset = this.getEventPosition(event),
12821282
newValue;
1283+
12831284
if (newOffset <= 0) {
12841285
if (pointer.rzsp === 0)
12851286
return;

0 commit comments

Comments
 (0)