Description
The Sortable has a weird behaviour when you try to sort including links or any click events inside of the sortable element. when you drag the item and sort it somewhere else than everything is fine. But when you for example try to sort it but put it back to its original position, he drops the item on and lets the click bubble through. This triggers the elements inside of it, when you where dragging them there. Also just clicking on the sortable item is always triggering the sortable an he picks it up and immediately drops it. shouldn't he just ignore the click and let the click go through? i presume there are certain threshold checks missing in the library to make the click behaviour more controllable inside of the library.
Is it possible to have more control over that?