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

Method addEvents

src/Dropdown.js:281–285  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

279 }
280
281 addEvents() {
282 ['click', 'touchstart', 'keyup'].forEach((event) =>
283 document.addEventListener(event, this.handleDocumentClick, true),
284 );
285 }
286
287 removeEvents() {
288 ['click', 'touchstart', 'keyup'].forEach((event) =>

Callers 1

handlePropsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected