Stop gifv timeline preview explicitly when open the media gallery. (#9749)
This commit is contained in:
		
							parent
							
								
									defe248b1c
								
							
						
					
					
						commit
						2a113f0185
					
				
					 1 changed files with 4 additions and 0 deletions
				
			
		|  | @ -51,6 +51,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…
	
		Reference in a new issue