Reorderable drag-and-drop lists for modern browsers and touch devices. No jQuery or framework required.
Prevent ignored touches on Android Chrome.
Android Crhome will not trigger a click event if a user drags an item, even if the item is dropped back into its original placement. This means that whenever the "ignore next click" handling is activated, the user's _next_ click (unrelated to dragging) will be ignored. This commit solves this by never activating the "ignore next click" handling on Android Chrome.
I
itsjohncs committed
cf04481aa4f18ebcabf2665625c7425068746989
Parent: daaefed