Skip to content

Commit

Permalink
Fix for #226 dropping sortables between lists
Browse files Browse the repository at this point in the history
  • Loading branch information
rniemeyer committed Mar 24, 2016
1 parent 2ffc835 commit 27383d6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/knockout-kendo.js
Original file line number Diff line number Diff line change
Expand Up @@ -1106,7 +1106,7 @@ createBinding({
delete e.draggableEvent[dataKey];

//we are moving the item ourselves via the observableArray, cancel the draggable and hide the animation
e.sender._cancel();
e.sender.placeholder.remove();
}

//signal that the observableArray has changed now that we are done changing the array
Expand Down
Loading

0 comments on commit 27383d6

Please sign in to comment.