Skip to content

Commit 3ddeab9

Browse files
committed
Merge pull request #29 from charpeni/content-opacity
Fix opacity issue with NavBarContent
2 parents f2b93ae + 4a9712d commit 3ddeab9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

components/NavBarContent.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ class NavBarContent extends React.Component {
8787
}
8888
).start();
8989
}, 0);
90+
} else if (newProps.route === this.props.route) {
91+
this.state.opacity.setValue(1);
9092
}
9193
}
9294

0 commit comments

Comments
 (0)