MCPcopy
hub / github.com/CapSoftware/Cap / disposeActivePointerSession

Function disposeActivePointerSession

apps/desktop/src/components/Cropper.tsx:681–684  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

679 let activePointerSessionDispose: (() => void) | undefined;
680
681 function disposeActivePointerSession() {
682 activePointerSessionDispose?.();
683 activePointerSessionDispose = undefined;
684 }
685
686 function trackPointerSession(
687 target: HTMLElement,

Callers 4

onRegionPointerDownFunction · 0.85
CropperFunction · 0.85
onHandlePointerDownFunction · 0.85
onOverlayPointerDownFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected