File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ See more options at https://github.com/RubaXa/Sortable#options
23
23
onStart: ' handleStart' ,
24
24
onEnd: ' handleEnd' ,
25
25
onAdd: ' handleAdd' ,
26
- onRemove: ' handleRemove' ,
27
26
onUpdate: ' handleUpdate' ,
27
+ onRemove: ' handleRemove' ,
28
28
onSort: ' handleSort' ,
29
29
onFilter: ' handleFilter' ,
30
30
onMove: ' handleMove' ,
@@ -75,10 +75,10 @@ class MySortableComponent extends React.Component {
75
75
}
76
76
handleAdd (evt ) { // Element is dropped into the list from another list
77
77
}
78
- handleRemove (evt ) { // Element is removed from the list into another list
79
- }
80
78
handleUpdate (evt ) { // Changed sorting within list
81
79
}
80
+ handleRemove (evt ) { // Element is removed from the list into another list
81
+ }
82
82
handleSort (evt ) { // Called by any change to the list (add / update / remove)
83
83
}
84
84
handleFilter (evt ) { // Attempt to drag a filtered element
You can’t perform that action at this time.
0 commit comments