MCPcopy Index your code
hub / github.com/adobe/react-spectrum / onMoveEnd

Function onMoveEnd

packages/react-aria/src/slider/useSlider.ts:108–113  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

106 }
107 },
108 onMoveEnd() {
109 if (realTimeTrackDraggingIndex.current != null) {
110 state.setThumbDragging(realTimeTrackDraggingIndex.current, false);
111 realTimeTrackDraggingIndex.current = null;
112 }
113 }
114 });
115
116 let currentPointer = useRef<number | null | undefined>(undefined);

Callers 1

useMoveFunction · 0.50

Calls 1

setThumbDraggingMethod · 0.80

Tested by

no test coverage detected