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>
 | 
			
		||||
          <Youtube
 | 
			
		||||
            id='player_1'
 | 
			
		||||
            onEnd={ toggleQuestionView }
 | 
			
		||||
            onError={ this.handleError }
 | 
			
		||||
            videoId={ id } />
 | 
			
		||||
        </Row>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user