(i)
| 196 | } |
| 197 | |
| 198 | handleRemove (i) { |
| 199 | // wait checkClickAway completed |
| 200 | setTimeout(() => { |
| 201 | this.handleChange(i); |
| 202 | }, 0); |
| 203 | } |
| 204 | |
| 205 | renderFilter () { |
| 206 | if (this.props.filterAble) { |
nothing calls this directly
no test coverage detected
searching dependent graphs…