MCPcopy Create free account
hub / github.com/Zleap-AI/SAG / clearClickTimer

Function clearClickTimer

web/src/components/ProjectGraphFlow.tsx:249–255  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

247 }
248
249 function clearClickTimer() {
250 if (clickTimerRef.current == null) {
251 return;
252 }
253 window.clearTimeout(clickTimerRef.current);
254 clickTimerRef.current = null;
255 }
256
257 function resetGraph() {
258 shouldFitViewRef.current = true;

Callers 3

ProjectGraphCanvasFunction · 0.85
onNodeClickFunction · 0.85
onNodeDoubleClickFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected