MCPcopy Index your code
hub / github.com/ChartGPU/ChartGPU / onMouseLeave

Function onMouseLeave

src/interaction/createInsideZoom.ts:121–124  ·  view source on GitHub ↗
(_payload: ChartGPUEventPayload)

Source from the content-addressed store, hash-verified

119 };
120
121 const onMouseLeave = (_payload: ChartGPUEventPayload): void => {
122 lastPointer = null;
123 clearPan();
124 };
125
126 const onWheel = (e: WheelEvent): void => {
127 if (!enabled || disposed) return;

Callers

nothing calls this directly

Calls 1

clearPanFunction · 0.85

Tested by

no test coverage detected