(value)
| 32 | }, |
| 33 | |
| 34 | handleValChange(value){ |
| 35 | const {onChange} = this.props; |
| 36 | this.setState({ |
| 37 | value, |
| 38 | showPicker: false |
| 39 | }); |
| 40 | if (onChange) onChange(value); |
| 41 | }, |
| 42 | |
| 43 | onOtherDomClick(){ |
| 44 | this.setState({ |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…