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

Function handlePointerUp

hooks/FreeDrawingTool.ts:62–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60 };
61
62 const handlePointerUp = () => {
63 isDrawing.current = false;
64 };
65
66 const handlePointerMove = (e: KonvaEventObject<MouseEvent | TouchEvent>) => {
67 if (tool !== "pen" && tool !== "eraser") return;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected