Skip to content

Commit

Permalink
Merge pull request react-bootstrap#1165 from AlexKVal/tabs25-animatio…
Browse files Browse the repository at this point in the history
…n-fix

Fix wrong tabs switching animation for 'Tabs' component
  • Loading branch information
taion committed Aug 17, 2015
2 parents 3eb5d66 + e482ede commit e2c4c6a
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 e2c4c6a

Please sign in to comment.