Skip to content

Commit 828cf1e

Browse files
committed
Return the new list order on release row
gitim#117
1 parent 4ea0e9d commit 828cf1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SortableList.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ export default class SortableList extends Component {
611611
}));
612612

613613
if (this.props.onReleaseRow) {
614-
this.props.onReleaseRow(rowKey);
614+
this.props.onReleaseRow(rowKey, this.state.order);
615615
}
616616
};
617617

0 commit comments

Comments
 (0)