Forced navbar scroll to top on update (#3139)

Этот коммит содержится в:
David Lu
2016-05-27 08:46:52 -07:00
коммит произвёл enahum
родитель 24590b3e89
Коммит a9a0e1f6db

Просмотреть файл

@@ -169,6 +169,9 @@ export default class Sidebar extends React.Component {
$('.sidebar--left .nav-pills__container').perfectScrollbar();
}
this.refs.container.scrollTop = 0;
$('.nav-pills__container').perfectScrollbar('update');
// close the LHS on mobile when you change channels
if (this.state.activeId !== prevState.activeId) {
$('.app__body .inner-wrap').removeClass('move--right');