Skip to content

Commit 0b909aa

Browse files
committed
#285: * fixed dragover handler
1 parent 87e336a commit 0b909aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sortable.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@
488488
isOwner = (activeGroup === group),
489489
canSort = options.sort;
490490

491-
if (evt.dataTransfer && evt.dataTransfer.effectAllowed !== 'move') {
491+
if (!dragEl) {
492492
return;
493493
}
494494

0 commit comments

Comments
 (0)