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

Function clearPan

src/interaction/createInsideZoom.ts:76–79  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

74 let lastPanGridX = 0;
75
76 const clearPan = (): void => {
77 isPanning = false;
78 lastPanGridX = 0;
79 };
80
81 const onMouseMove = (payload: ChartGPUEventPayload): void => {
82 lastPointer = payload;

Callers 3

onMouseMoveFunction · 0.85
onMouseLeaveFunction · 0.85
disableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected