If you single click on an iro.ui.Box (not on the handle) the input:start event is fired twice. Please see this pen:
https://codepen.io/RickMohr/pen/ExXXrOB
Open the console, and click on the box -- "input:start" is printed twice.
( It is correctly printed only once if you drag the box's handle or interact with the slider instead of the box.)
If you single click on an
iro.ui.Box(not on the handle) theinput:startevent is fired twice. Please see this pen:https://codepen.io/RickMohr/pen/ExXXrOB
Open the console, and click on the box -- "input:start" is printed twice.
( It is correctly printed only once if you drag the box's handle or interact with the slider instead of the box.)