(e)
| 244 | } |
| 245 | |
| 246 | handleBackdropMouseDown(e) { |
| 247 | this._mouseDownElement = e.target; |
| 248 | } |
| 249 | |
| 250 | handleEscape(e) { |
| 251 | 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…