Skip to content

Commit 17e294c

Browse files
committed
Initial minimum label visible when value equals floor value. (reverted from commit e2f46c4)
1 parent e2f46c4 commit 17e294c

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(this.minLab.rzsv && delta <= 0 && delta < 1) { return; }
612+
if(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)