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 19, 2015
1 parent 8b3e8f9 commit 1482449
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 @@ -489,7 +489,7 @@
isOwner = (activeGroup === group),
canSort = options.sort;

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

Expand Down

0 comments on commit 1482449

Please sign in to comment.