ericjgagnon / wickedpicker

A simple jQuery timepicker
http://ericjgagnon.github.io/wickedpicker/
MIT License
93 stars 78 forks source link

dragging control causes endless loop #58

Open willpower232 opened 7 years ago

willpower232 commented 7 years ago

If you drag one of the controls on the popup, it causes an infinite loop of the number changing. Extra loops can also be started by dragging the control repeatedly.

I suspect you need to add dragend here https://github.com/ericjgagnon/wickedpicker/blob/master/src/wickedpicker.js#L478

MaicolBen commented 6 years ago

This is fixed on #54