MCPcopy Create free account
hub / github.com/triggerdotdev/jsonhero-web / handleDragEnd

Function handleDragEnd

app/components/Resizable.tsx:55–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53 };
54
55 const handleDragEnd = () => {
56 previousDragPosition.current = null;
57 };
58
59 useEffect(() => {
60 window.addEventListener("mousemove", handleDrag);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected