()
| 377 | }, |
| 378 | |
| 379 | inputField(){ |
| 380 | return ReactDOM.findDOMNode(this.refs.userInput); |
| 381 | }, |
| 382 | |
| 383 | inputFieldFocus(){ |
| 384 | this.inputField().focus(); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…