Skip to content

Commit 63542aa

Browse files
committed
Merge pull request #50 from psalaberria002/selection-bar
Selection bar not updating after rzSliderForceRender (fixed)
2 parents 3772b55 + 05f18ac commit 63542aa

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
@@ -260,7 +260,7 @@ function throttle(func, wait, options) {
260260
{
261261
self.resetLabelsValue();
262262
thrLow();
263-
thrHigh();
263+
if(this.range) thrHigh();
264264
self.resetSlider();
265265
});
266266

0 commit comments

Comments
 (0)