Remove scroll when search results update (#4897)

Этот коммит содержится в:
Joram Wilander
2016-12-26 20:30:21 -05:00
коммит произвёл enahum
родитель 1539730ac1
Коммит e9d241f620

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

@@ -110,10 +110,6 @@ export default class SearchResults extends React.Component {
return false;
}
componentDidUpdate() {
this.resize();
}
componentWillUnmount() {
this.mounted = false;