(e)
| 232 | } |
| 233 | |
| 234 | hide(e) { |
| 235 | if (this.props.isOpen) { |
| 236 | this.clearHideTimeout(); |
| 237 | this.currentTargetElement = null; |
| 238 | this.toggle(e); |
| 239 | } |
| 240 | } |
| 241 | |
| 242 | hideWithDelay(e) { |
| 243 | if (this._showTimeout) { |
nothing calls this directly
no test coverage detected
searching dependent graphs…