Skip to content

Commit

Permalink
#185: finaly fix group & mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
RubaXa committed Dec 19, 2014
1 parent 32948c7 commit 9c618aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Sortable.js
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@
_css(ghostEl, 'display', 'none');

var target = document.elementFromPoint(touchEvt.clientX, touchEvt.clientY),
parent = target && target.parentNode,
parent = target,
groupName = this.options.group.name,
i = touchDragOverListeners.length;

Expand Down
Loading

0 comments on commit 9c618aa

Please sign in to comment.