()
| 365 | |
| 366 | |
| 367 | handleBlur(){ |
| 368 | this.setState({ |
| 369 | hasInput: false, |
| 370 | }); |
| 371 | this.inputField().style.width = '9px'; |
| 372 | }, |
| 373 | |
| 374 | removeSelected(index){ |
| 375 | this.props.onSelectChange(index); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…