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

Function handleStagePointerUp

components/CanvasComponent.tsx:178–180  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

176 };
177
178 const handleStagePointerUp = () => {
179 drawingTool?.handlePointerUp();
180 };
181
182 const handleStageWheel = (e: KonvaEventObject<WheelEvent>) => {
183 e.evt.preventDefault();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected