Javi Velasco 2016-10-06 20:21:50 +02:00
parent a59395e887
commit f4f5ae885e
1 changed files with 0 additions and 4 deletions

View File

@ -58,10 +58,6 @@ const factory = (Tab, TabContent) => {
};
handleResize = () => {
if (!this.props.fixed) {
return;
}
if (this.resizeTimeout) {
clearTimeout(this.resizeTimeout);
}