diff --git a/Sortable.js b/Sortable.js index 2b6f6fc..5bcfee0 100644 --- a/Sortable.js +++ b/Sortable.js @@ -488,7 +488,7 @@ isOwner = (activeGroup === group), canSort = options.sort; - if (evt.dataTransfer && evt.dataTransfer.effectAllowed !== 'move') { + if (!dragEl) { return; }