Merge pull request #536 from blackle/leftclick
Only open status on left mouse press
This commit is contained in:
		
						commit
						0a391a2872
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -69,7 +69,7 @@ const StatusContent = React.createClass({
 | 
			
		|||
      return;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    if (deltaX + deltaY < 5) {
 | 
			
		||||
    if (deltaX + deltaY < 5 && e.button === 0) {
 | 
			
		||||
      this.props.onClick();
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue