(e)
| 317 | } |
| 318 | |
| 319 | toggle(e) { |
| 320 | if (this.props.disabled || !this._isMounted) { |
| 321 | return e && e.preventDefault(); |
| 322 | } |
| 323 | |
| 324 | return this.props.toggle(e); |
| 325 | } |
| 326 | |
| 327 | render() { |
| 328 | if (this.props.isOpen) { |
nothing calls this directly
no test coverage detected
searching dependent graphs…