Skip to content

Commit

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

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

Expand Down

0 comments on commit e482ede

Please sign in to comment.