MCPcopy Create free account
hub / github.com/Lobos/react-ui / close

Function close

src/Filter.js:68–76  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

66 }
67
68 close () {
69 let options = this.refs.options;
70 options.parentNode.style.overflow = 'hidden';
71 this.setState({ active: false });
72 this.unbindClickAway();
73 setTimeout(() => {
74 options.style.display = 'none';
75 }, 450);
76 }
77
78 addFilter () {
79 let filters = this.state.filters;

Callers

nothing calls this directly

Calls 1

unbindClickAwayMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…