stopped youtube videos upon collapsing (#3388)

Этот коммит содержится в:
David Lu
2016-06-21 21:21:40 -04:00
коммит произвёл Joram Wilander
родитель dd341de0ac
Коммит eb76e61534
2 изменённых файлов: 7 добавлений и 1 удалений

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

@@ -81,6 +81,7 @@ export default class PostBodyAdditionalContent extends React.Component {
<YoutubeVideo
channelId={this.props.post.channel_id}
link={link}
show={this.state.embedVisible}
/>
);
}