docubuzz / touch-sortable.js

A tiny, animated, sortable plugin for jQuery, supporting both touch and mouse events.
http://docubuzz.github.io/touch-sortable.js
Other
7 stars 1 forks source link

onStart uses an incorrect target if the li has children #1

Closed andreu86 closed 11 years ago

andreu86 commented 11 years ago

It now looks for the closest li instead of using the event target direct...

jieyanhuang commented 11 years ago

Pull request accepted! Updated the minified version with the changes