Autofocus comment textarea in report modal (#8689)
This commit is contained in:
		
							parent
							
								
									7fa4144d48
								
							
						
					
					
						commit
						661a89ea74
					
				@ -106,6 +106,7 @@ export default class ReportModal extends ImmutablePureComponent {
 | 
				
			|||||||
              onChange={this.handleCommentChange}
 | 
					              onChange={this.handleCommentChange}
 | 
				
			||||||
              onKeyDown={this.handleKeyDown}
 | 
					              onKeyDown={this.handleKeyDown}
 | 
				
			||||||
              disabled={isSubmitting}
 | 
					              disabled={isSubmitting}
 | 
				
			||||||
 | 
					              autoFocus
 | 
				
			||||||
            />
 | 
					            />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            {domain && (
 | 
					            {domain && (
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user