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
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
You can’t perform that action at this time.
0 commit comments