Skip to content

Commit b62e1f5

Browse files
committed
[fixed] wrong tabs switching animation for 'TabbedArea' component
1 parent 8499e37 commit b62e1f5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/TabbedArea.js

-5
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,6 @@ const TabbedArea = React.createClass({
6363
}
6464
}
6565
});
66-
67-
// if the 'previousActiveKey' child does not exist anymore
68-
this.setState({
69-
previousActiveKey: null
70-
});
7166
}
7267
},
7368

0 commit comments

Comments
 (0)