Skip to content

Commit

Permalink
#285: * fixed dragover handler
Browse files Browse the repository at this point in the history
  • Loading branch information
RubaXa committed Feb 20, 2015
1 parent 87e336a commit 0b909aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sortable.js
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@
isOwner = (activeGroup === group),
canSort = options.sort;

if (evt.dataTransfer && evt.dataTransfer.effectAllowed !== 'move') {
if (!dragEl) {
return;
}

Expand Down

0 comments on commit 0b909aa

Please sign in to comment.