diff --git a/src/TabbedArea.js b/src/TabbedArea.js index 89021be333..8bfb1e3ae4 100644 --- a/src/TabbedArea.js +++ b/src/TabbedArea.js @@ -63,11 +63,6 @@ const TabbedArea = React.createClass({ } } }); - - // if the 'previousActiveKey' child does not exist anymore - this.setState({ - previousActiveKey: null - }); } },