PLT-7116/PLT-7126 Some final release fixes (#6933)

* Some final release fixes

* Fix team switching with image in channel bug
Этот коммит содержится в:
Joram Wilander
2017-07-13 19:55:45 -04:00
коммит произвёл Saturnino Abril
родитель b645bd3211
Коммит 764ff4cb64
4 изменённых файлов: 15 добавлений и 6 удалений

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

@@ -39,7 +39,7 @@ export default class MarkdownImage extends React.PureComponent {
waitForHeight = () => {
if (this.refs.image.height) {
postListScrollChange();
setTimeout(postListScrollChange, 0);
this.heightTimeout = 0;
} else {