[Glitch] Fix expanded video player issues
Port c955f98d36 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
			
			
This commit is contained in:
		@@ -66,8 +66,8 @@ export default class DetailedStatus extends ImmutablePureComponent {
 | 
			
		||||
    e.stopPropagation();
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  handleOpenVideo = (media, startTime) => {
 | 
			
		||||
    this.props.onOpenVideo(media, startTime);
 | 
			
		||||
  handleOpenVideo = (media, options) => {
 | 
			
		||||
    this.props.onOpenVideo(media, options);
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  _measureHeight (heightJustChanged) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user