Commit 63542aa3 authored by Rafal Zajac's avatar Rafal Zajac

Merge pull request #50 from psalaberria002/selection-bar

Selection bar not updating after rzSliderForceRender (fixed)
parents 3772b558 05f18acc
...@@ -260,7 +260,7 @@ function throttle(func, wait, options) { ...@@ -260,7 +260,7 @@ function throttle(func, wait, options) {
{ {
self.resetLabelsValue(); self.resetLabelsValue();
thrLow(); thrLow();
thrHigh(); if(this.range) thrHigh();
self.resetSlider(); self.resetSlider();
}); });
......
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