MCPcopy Create free account
hub / github.com/Shitanshukumar607/Drawspace / handlePointerUp

Function handlePointerUp

hooks/DrawLineTool.ts:64–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

62 };
63
64 const handlePointerUp = () => {
65 isDrawing.current = false;
66 currentLineId.current = null;
67 };
68
69 const updateLine = (id: string, updates: Partial<LineShapeWithProps>) => {
70 saveToHistory();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected