Fixed dragging list items

This commit is contained in:
Max Lynch
2013-10-11 16:50:05 -05:00
parent 17ae340b13
commit 1839797a24
5 changed files with 23 additions and 4 deletions

View File

@ -122,6 +122,11 @@
_this._startDrag(e);
}
// We really aren't dragging
if(!_this._currentDrag) {
return;
}
// Check if we should start dragging. Check if we've dragged past the threshold,
// or we are starting from the open state.
if(!_this._isDragging &&