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

Method unbindClickAway

src/mixins/ClickAway.js:22–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20 }
21
22 unbindClickAway () {
23 const fn = this.getClickAwayEvent();
24 Events.off(document, 'click', fn);
25 Events.off(document, 'touchstart', fn);
26 }
27
28 registerClickAway (onClickAway, target) {
29 this.clickAwayTarget = target;

Callers 5

hideTipMethod · 0.80
hideOptionsFunction · 0.80
closeFunction · 0.80
componentWillUnmountMethod · 0.80
closeMethod · 0.80

Calls 1

getClickAwayEventMethod · 0.80

Tested by

no test coverage detected