We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82711e1 commit 84a9b60Copy full SHA for 84a9b60
README.md
@@ -220,6 +220,8 @@ var sortable = new Sortable(el, {
220
// return false; — for cancel
221
// return -1; — insert before target
222
// return 1; — insert after target
223
+ // return true; — keep default insertion point based on the direction
224
+ // return void; — keep default insertion point based on the direction
225
},
226
227
// Called when creating a clone of element
0 commit comments