From b62e1f5823b423d963a0f669f472c094de35ff5a Mon Sep 17 00:00:00 2001 From: AlexKVal Date: Fri, 14 Aug 2015 22:11:09 +0300 Subject: [PATCH] [fixed] wrong tabs switching animation for 'TabbedArea' component --- src/TabbedArea.js | 5 ----- 1 file changed, 5 deletions(-) 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 - }); } },