MCPcopy Index your code
hub / github.com/DeepNotesApp/DeepNotes / cancel

Function cancel

packages/@stdlib/misc/src/dom.ts:109–113  ·  view source on GitHub ↗
(external: boolean)

Source from the content-addressed store, hash-verified

107 }
108
109 function cancel(external: boolean) {
110 options.dragCancel?.(downEvent, external);
111
112 destroy();
113 }
114
115 const downClientPos = new Vec2(downEvent.clientX, downEvent.clientY);
116

Callers 2

onPointerMoveFunction · 0.85
listenPointerEventsFunction · 0.85

Calls 1

destroyFunction · 0.85

Tested by

no test coverage detected