Merge pull request #8840 from bugron/fix/dont-auto-toggle-questionview
Do not auto toggle to Question view when video ends
This commit is contained in:
@ -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>
|
||||||
|
Reference in New Issue
Block a user