Revert "PLT-2839 Forced sidebar to scroll to top on update" (#3152)
Этот коммит содержится в:
@@ -169,9 +169,6 @@ export default class Sidebar extends React.Component {
|
|||||||
$('.sidebar--left .nav-pills__container').perfectScrollbar();
|
$('.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
|
// close the LHS on mobile when you change channels
|
||||||
if (this.state.activeId !== prevState.activeId) {
|
if (this.state.activeId !== prevState.activeId) {
|
||||||
$('.app__body .inner-wrap').removeClass('move--right');
|
$('.app__body .inner-wrap').removeClass('move--right');
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user