[Glitch] Stop gifv timeline preview explicitly when open the media gallery
Port cf3c0fc38cd2650a421f46a5f221d1d645ef6c7b to glitch-soc
This commit is contained in:
		
							parent
							
								
									147f4f9fd2
								
							
						
					
					
						commit
						e03813cf0a
					
				@ -71,6 +71,10 @@ class Item extends React.PureComponent {
 | 
				
			|||||||
    const { index, onClick } = this.props;
 | 
					    const { index, onClick } = this.props;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    if (e.button === 0 && !(e.ctrlKey || e.metaKey)) {
 | 
					    if (e.button === 0 && !(e.ctrlKey || e.metaKey)) {
 | 
				
			||||||
 | 
					      if (this.hoverToPlay()) {
 | 
				
			||||||
 | 
					        e.target.pause();
 | 
				
			||||||
 | 
					        e.target.currentTime = 0;
 | 
				
			||||||
 | 
					      }
 | 
				
			||||||
      e.preventDefault();
 | 
					      e.preventDefault();
 | 
				
			||||||
      onClick(index);
 | 
					      onClick(index);
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user