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

Function onClosed

src/PopperContent.js:85–88  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

83 }
84
85 onClosed() {
86 this.props.onClosed();
87 this.setState({ isOpen: false });
88 }
89
90 getTargetNode() {
91 return this.targetNode;

Callers

nothing calls this directly

Calls 1

onClosedMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…