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

Function handlePointerUp

hooks/DrawRectangleTool.ts:81–84  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

79 };
80
81 const handlePointerUp = () => {
82 isDrawing.current = false;
83 currentDraw.current = null;
84 };
85
86 const updateRectangle = (
87 id: string,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected