Skip to content

Commit

Permalink
#1878: fix onMove docs
Browse files Browse the repository at this point in the history
  • Loading branch information
owen-m1 committed Dec 30, 2020
1 parent 82711e1 commit 84a9b60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,8 @@ var sortable = new Sortable(el, {
// return false; — for cancel
// return -1; — insert before target
// return 1; — insert after target
// return true; — keep default insertion point based on the direction
// return void; — keep default insertion point based on the direction
},

// Called when creating a clone of element
Expand Down

0 comments on commit 84a9b60

Please sign in to comment.