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

Function handleBackdropMouseDown

src/Offcanvas.js:207–209  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

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

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…