Fix video modal
This commit is contained in:
		
							parent
							
								
									a896f601fa
								
							
						
					
					
						commit
						0fb5ea5d15
					
				@ -35,9 +35,9 @@ export default class DetailedStatus extends ImmutablePureComponent {
 | 
				
			|||||||
    e.stopPropagation();
 | 
					    e.stopPropagation();
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  // handleOpenVideo = startTime => {
 | 
					  handleOpenVideo = startTime => {
 | 
				
			||||||
  //   this.props.onOpenVideo(this.props.status.getIn(['media_attachments', 0]), startTime);
 | 
					    this.props.onOpenVideo(this.props.status.getIn(['media_attachments', 0]), startTime);
 | 
				
			||||||
  // }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  render () {
 | 
					  render () {
 | 
				
			||||||
    const status = this.props.status.get('reblog') ? this.props.status.get('reblog') : this.props.status;
 | 
					    const status = this.props.status.get('reblog') ? this.props.status.get('reblog') : this.props.status;
 | 
				
			||||||
@ -61,7 +61,7 @@ export default class DetailedStatus extends ImmutablePureComponent {
 | 
				
			|||||||
            sensitive={status.get('sensitive')}
 | 
					            sensitive={status.get('sensitive')}
 | 
				
			||||||
            letterbox={settings.getIn(['media', 'letterbox'])}
 | 
					            letterbox={settings.getIn(['media', 'letterbox'])}
 | 
				
			||||||
            fullwidth={settings.getIn(['media', 'fullwidth'])}
 | 
					            fullwidth={settings.getIn(['media', 'fullwidth'])}
 | 
				
			||||||
            onOpenVideo={this.props.onOpenVideo}
 | 
					            onOpenVideo={this.handleOpenVideo}
 | 
				
			||||||
            autoplay
 | 
					            autoplay
 | 
				
			||||||
          />
 | 
					          />
 | 
				
			||||||
        );
 | 
					        );
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user