MCPcopy
hub / github.com/Pomax/react-onclickoutside / hide

Method hide

test/browser/test3.js:39–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37 this.setState({ hideToolbox: false });
38 }
39 hide() {
40 this.setState({ hideToolbox: true });
41 }
42 }
43
44 customElements.define('test-app-3',

Callers 2

renderMethod · 0.95
handleClickOutsideMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected