diff --git a/Sortable.js b/Sortable.js index d271999..d6f0423 100644 --- a/Sortable.js +++ b/Sortable.js @@ -803,7 +803,7 @@ } if (Sortable.active) { - if (newIndex === null || newIndex === -1) { + if (newIndex == null || newIndex === -1) { newIndex = oldIndex; }