MCPcopy Create free account
hub / github.com/ScrapeGraphAI/scrapecraft / handleMouseUp

Function handleMouseUp

frontend/src/components/Layout/SplitView.tsx:25–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23 };
24
25 const handleMouseUp = () => {
26 setIsDragging(false);
27 };
28
29 return (
30 <div className="flex h-full">

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected