Skip to content

Commit

Permalink
Fix #814
Browse files Browse the repository at this point in the history
  • Loading branch information
javivelasco committed Oct 6, 2016
1 parent a59395e commit f4f5ae8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions components/tabs/Tabs.js
Expand Up @@ -58,10 +58,6 @@ const factory = (Tab, TabContent) => {
};

handleResize = () => {
if (!this.props.fixed) {
return;
}

if (this.resizeTimeout) {
clearTimeout(this.resizeTimeout);
}
Expand Down

0 comments on commit f4f5ae8

Please sign in to comment.