Revert "PLT-2839 Forced sidebar to scroll to top on update" (#3152)

Этот коммит содержится в:
Christopher Speller
2016-05-30 08:35:47 -04:00
родитель d331e5b964
Коммит f9aabcab5c

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

@@ -169,9 +169,6 @@ 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');