material-range-bar
material-range-bar copied to clipboard
Fix minimum distance changing unintentionally when tick interval updated to != 1 (#189)
Fixes issue #189
Issue When tick interval is not 1, thumbs cannot move across each other anymore.
Solution Fix is simple: do not update the distance when desired distance is -1...