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

Function handlePointerUp

hooks/DrawEllipseTool.ts:76–79  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

74 };
75
76 const handlePointerUp = () => {
77 isDrawing.current = false;
78 currentDraw.current = null;
79 };
80
81 const updateEllipse = (
82 id: string,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected