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:
Logan Tegman
2016-05-28 11:54:45 -07:00

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>