Skip to content

Commit e482ede

Browse files
committed
[fixed] wrong tabs switching animation for 'Tabs' component
1 parent 3eb5d66 commit e482ede

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Diff for: src/Tabs.js

-5
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,6 @@ const Tabs = React.createClass({
5959
}
6060
}
6161
});
62-
63-
// if the 'previousActiveKey' child does not exist anymore
64-
this.setState({
65-
previousActiveKey: null
66-
});
6762
}
6863
},
6964

0 commit comments

Comments
 (0)