MCPcopy Create free account
hub / github.com/reactstrap/reactstrap / handleBackdropMouseDown

Function handleBackdropMouseDown

src/Modal.js:246–248  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

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) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…