CartoDB / airship

A design library for building Location Intelligence applications.
https://carto.com/developers/airship/
BSD 3-Clause "New" or "Revised" License
75 stars 14 forks source link

Set min value or max value when mouse is past edge bounds #562

Closed jesusbotella closed 5 years ago

jesusbotella commented 5 years ago

This PR sets min or max value when mouse is past range slider bounds.

There were some cases when sliding mouse so fast to the left didn't fire some mousemove events that are necessary to set slider thumb to the left most position. It should happen with the right one as well.