Skip to content

Commit f6b8d94

Browse files
committed
Update README.md
1 parent 3619fc7 commit f6b8d94

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ See more options at https://github.com/RubaXa/Sortable#options
2323
onStart: 'handleStart',
2424
onEnd: 'handleEnd',
2525
onAdd: 'handleAdd',
26-
onRemove: 'handleRemove',
2726
onUpdate: 'handleUpdate',
27+
onRemove: 'handleRemove',
2828
onSort: 'handleSort',
2929
onFilter: 'handleFilter',
3030
onMove: 'handleMove',
@@ -75,10 +75,10 @@ class MySortableComponent extends React.Component {
7575
}
7676
handleAdd(evt) { // Element is dropped into the list from another list
7777
}
78-
handleRemove(evt) { // Element is removed from the list into another list
79-
}
8078
handleUpdate(evt) { // Changed sorting within list
8179
}
80+
handleRemove(evt) { // Element is removed from the list into another list
81+
}
8282
handleSort(evt) { // Called by any change to the list (add / update / remove)
8383
}
8484
handleFilter(evt) { // Attempt to drag a filtered element

0 commit comments

Comments
 (0)