Do not auto toggle to Question view when video ends

This commit is contained in:
Arsen Melikyan
2016-05-28 20:18:19 +04:00
parent 56903828e3
commit a0b1e3c59b

View File

@ -76,7 +76,6 @@ export class Lecture extends React.Component {
<Row>
<Youtube
id='player_1'
onEnd={ toggleQuestionView }
onError={ this.handleError }
videoId={ id } />
</Row>