Open
Description
Jsfiddle link
http://jsbin.com/cijamah/1/edit?output
Step by step scenario
- Hold an item to start dragging on mobile.
- But do not actually drag.
- Let finger go.
Actual outcome
The item keeps the CSS class chosenClass
/ item is not dropped.
Expected Solution
The item should be put down again (dropped in same location / dragEnd should be executed) and the chosenClass
should be removed.