Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information