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

Function handlePointerUp

hooks/DrawArrowTool.ts:68–71  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

66 };
67
68 const handlePointerUp = () => {
69 isDrawing.current = false;
70 currentArrowId.current = null;
71 };
72
73 const updateArrow = (id: string, updates: Partial<ArrowShapeWithProps>) => {
74 saveToHistory();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected