Skip to content

Commit

Permalink
Reset isColumnReordering properly on stop (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
wcjordan authored and KamranAsif committed Nov 12, 2016
1 parent c1e88d9 commit 6b5ad88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FixedDataTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,7 @@ var FixedDataTable = React.createClass({
var reorderColumn = this.state.columnReorderingData.columnKey;

this.setState({
isReordering: false,
isColumnReordering: false,
columnReorderingData: {}
});
this.props.onColumnReorderEndCallback({
Expand Down

0 comments on commit 6b5ad88

Please sign in to comment.