You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ensure that slider values from nouislider are valid
According to the nouislider docs, values are float by default, and you
must convert them as desired in the to function.
It seems that Math.round is more appropriate than Math.floor - the slider
value might be just below the appropriate value instead of just above.
0 commit comments