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

Method end

components/time_picker/ClockHand.js:98–101  ·  view source on GitHub ↗
(evts)

Source from the content-addressed store, hash-verified

96 }
97
98 end (evts) {
99 if (this.props.onMoved) this.props.onMoved();
100 events.removeEventsFromDocument(evts);
101 }
102
103 move (position) {
104 const degrees = this.trimAngleToValue(this.positionToAngle(position));

Callers 2

HandClass · 0.95
Slider.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected