MCPcopy Create free account
hub / github.com/flyfloor/react-component / onOtherDomClick

Function onOtherDomClick

component/Tooltip.js:21–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19 },
20
21 onOtherDomClick(){
22 this.setState({
23 open: false,
24 });
25 },
26
27 render() {
28 const {open} = this.state;

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…