Merge pull request #2509 from asaadmahmoodspin/ui-improvements

Multiple UI improvements
Этот коммит содержится в:
Joram Wilander
2016-03-23 16:02:36 -04:00
родитель 7af2e6f87a e60f6f3b13
Коммит 6ccef5caf5
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);