Этот коммит содержится в:
Asaad Mahmood
2016-03-23 04:06:08 +05:00
родитель 18b8ae5298
Коммит e60f6f3b13
19 изменённых файлов: 66 добавлений и 52 удалений

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

@@ -163,6 +163,9 @@ export default class Sidebar extends React.Component {
componentDidUpdate() {
this.updateTitle();
this.updateUnreadIndicators();
if (!Utils.isMobile()) {
$('.sidebar--left .nav-pills__container').perfectScrollbar();
}
}
componentWillUnmount() {
window.removeEventListener('resize', this.handleResize);