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 b60ae8e commit 6619a48Copy full SHA for 6619a48
README.md
@@ -129,10 +129,10 @@ class MySortableList extends React.Component {
129
};
130
131
componentDidUpdate() {
132
- // Note: sortableInstance object is null for the initial render
+ // Note: The sortableInstance is null for the initial render
133
const { sortableInstance } = this.props;
134
135
- // See supported instance methods at https://github.com/RubaXa/Sortable#method
+ // You can see all the methods at https://github.com/RubaXa/Sortable#method
136
console.log(sortableInstance.toArray());
137
}
138
handleStart(evt) { // Dragging started
0 commit comments