(e)
| 205 | } |
| 206 | |
| 207 | handleBackdropMouseDown(e) { |
| 208 | this._mouseDownElement = e.target; |
| 209 | } |
| 210 | |
| 211 | handleEscape(e) { |
| 212 | if (this.props.isOpen && e.keyCode === keyCodes.esc && this.props.toggle) { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…