Skip to content

Commit ddec864

Browse files
committed
Fixes #74
1 parent 17e294c commit ddec864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rzslider.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ function throttle(func, wait, options) {
609609
{
610610
var delta = Math.abs(this.minH.rzsl - newOffset);
611611

612-
if(delta <= 0 && delta < 1) { return; }
612+
if(this.minLab.rzsv && delta <= 0 && delta < 1) { return; }
613613

614614
this.setLeft(this.minH, newOffset);
615615
this.translateFn(this.scope.rzSliderModel, this.minLab);

0 commit comments

Comments
 (0)