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

Function handleMouseDown

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

Source from the content-addressed store, hash-verified

8 const [isDragging, setIsDragging] = useState(false);
9
10 const handleMouseDown = () => {
11 setIsDragging(true);
12 };
13
14 const handleMouseMove = (e: React.MouseEvent) => {
15 if (!isDragging) return;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected