Prevent click on video from opening detailed toot
This commit is contained in:
		
							parent
							
								
									2154bd1b5a
								
							
						
					
					
						commit
						9d6788b30b
					
				| @ -98,7 +98,7 @@ export default class StatusContent extends React.PureComponent { | ||||
|     const [ startX, startY ] = this.startXY; | ||||
|     const [ deltaX, deltaY ] = [Math.abs(e.clientX - startX), Math.abs(e.clientY - startY)]; | ||||
| 
 | ||||
|     if (e.target.localName === 'button' || e.target.localName === 'a' || (e.target.parentNode && (e.target.parentNode.localName === 'button' || e.target.parentNode.localName === 'a'))) { | ||||
|     if (e.target.localName === 'button' || e.target.localName == 'video' || e.target.localName === 'a' || (e.target.parentNode && (e.target.parentNode.localName === 'button' || e.target.parentNode.localName === 'a'))) { | ||||
|       return; | ||||
|     } | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user