MCPcopy Index your code
hub / github.com/react-toolbox/react-toolbox / componentWillUnmount

Method componentWillUnmount

components/time_picker/ClockHand.js:38–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36 }
37
38 componentWillUnmount () {
39 events.removeEventsFromDocument(this.getMouseEventMap());
40 events.removeEventsFromDocument(this.getTouchEventMap());
41 }
42
43 getMouseEventMap () {
44 return {

Callers

nothing calls this directly

Calls 2

getMouseEventMapMethod · 0.95
getTouchEventMapMethod · 0.95

Tested by

no test coverage detected