Fix clicking on the left side of a conversation not marking it as read (#11041)
This commit is contained in:
		
					parent
					
						
							
								62852252dd
							
						
					
				
			
			
				commit
				
					
						5bcd98172c
					
				
			
		
					 1 changed files with 5 additions and 0 deletions
				
			
		|  | @ -171,6 +171,11 @@ class Status extends ImmutablePureComponent { | |||
|   } | ||||
| 
 | ||||
|   handleExpandClick = (e) => { | ||||
|     if (this.props.onClick) { | ||||
|       this.props.onClick(); | ||||
|       return; | ||||
|     } | ||||
| 
 | ||||
|     if (e.button === 0) { | ||||
|       if (!this.context.router) { | ||||
|         return; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue