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

Method handleToggleRef

src/Dropdown.js:87–89  ·  view source on GitHub ↗
(toggleRef)

Source from the content-addressed store, hash-verified

85 }
86
87 handleToggleRef(toggleRef) {
88 this.toggleRef.current = toggleRef;
89 }
90
91 handleDocumentClick(e) {
92 if (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected