Fix M hotkey inserting @undefined when in detailed status (#7931)
Fix #7903
This commit is contained in:
		
							parent
							
								
									30b377cc15
								
							
						
					
					
						commit
						23e1f143de
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -276,7 +276,7 @@ export default class Status extends ImmutablePureComponent {
 | 
			
		|||
 | 
			
		||||
  handleHotkeyMention = e => {
 | 
			
		||||
    e.preventDefault();
 | 
			
		||||
    this.handleMentionClick(this.props.status);
 | 
			
		||||
    this.handleMentionClick(this.props.status.get('account'));
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  handleHotkeyOpenProfile = () => {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue