Fix media open hotkey (#12546)
This commit is contained in:
		
							parent
							
								
									04582e3c3e
								
							
						
					
					
						commit
						76adde4fe2
					
				@ -215,7 +215,8 @@ class Status extends ImmutablePureComponent {
 | 
				
			|||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  handleHotkeyOpenMedia = e => {
 | 
					  handleHotkeyOpenMedia = e => {
 | 
				
			||||||
    const { status, onOpenMedia, onOpenVideo } = this.props;
 | 
					    const { onOpenMedia, onOpenVideo } = this.props;
 | 
				
			||||||
 | 
					    const status = this._properStatus();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    e.preventDefault();
 | 
					    e.preventDefault();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -282,7 +282,7 @@ class Status extends ImmutablePureComponent {
 | 
				
			|||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  handleHotkeyOpenMedia = e => {
 | 
					  handleHotkeyOpenMedia = e => {
 | 
				
			||||||
    const { status } = this.props;
 | 
					    const status = this._properStatus();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    e.preventDefault();
 | 
					    e.preventDefault();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user