Do not auto toggle to Question view when video ends

pull/8840/head
Arsen Melikyan 2016-05-28 20:18:19 +04:00
parent 56903828e3
commit a0b1e3c59b
No known key found for this signature in database
GPG Key ID: DF3250AD667B29DB
1 changed files with 0 additions and 1 deletions

View File

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