Commit ddec8649 authored by Michael Spyratos's avatar Michael Spyratos

Fixes #74

parent 17e294c8
......@@ -609,7 +609,7 @@ function throttle(func, wait, options) {
{
var delta = Math.abs(this.minH.rzsl - newOffset);
if(delta <= 0 && delta < 1) { return; }
if(this.minLab.rzsv && 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