Commit 17e294c8 authored by Michael Spyratos's avatar Michael Spyratos

Initial minimum label visible when value equals floor value. (reverted from…

Initial minimum label visible when value equals floor value. (reverted from commit e2f46c4f)
parent e2f46c4f
......@@ -609,7 +609,7 @@ function throttle(func, wait, options) {
{
var delta = Math.abs(this.minH.rzsl - newOffset);
if(this.minLab.rzsv && delta <= 0 && delta < 1) { return; }
if(delta <= 0 && delta < 1) { return; }
this.setLeft(this.minH, newOffset);
this.translateFn(this.scope.rzSliderModel, this.minLab);
......
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