Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Open
Description
Summary
SpanSelector
andRangeSlider
are effectively doing the same thing but rendering it differently. By combining them there could be an advantage of not maintaining two sets of codes for e.g. checking with handle is closest. Also range slider could gain the drag from the center behavior of SpanSelector.
Proposed fix
Re-write parts of RangeSlider to use the same code as SpanSelector.