Skip to content

Commit

Permalink
[fixed] wrong tabs switching animation for 'TabbedArea' component
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKVal committed Aug 14, 2015
1 parent 8499e37 commit b62e1f5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/TabbedArea.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,6 @@ const TabbedArea = React.createClass({
}
}
});

// if the 'previousActiveKey' child does not exist anymore
this.setState({
previousActiveKey: null
});
}
},

Expand Down

0 comments on commit b62e1f5

Please sign in to comment.