Skip to content

Commit 05f18ac

Browse files
Selection bar not updating after rzSliderForceRender fixed.
1 parent 3772b55 commit 05f18ac

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)