MCPcopy Index your code
hub / github.com/react/react / pointerup

Function pointerup

packages/dom-event-testing-library/domEvents.js:366–373  ·  view source on GitHub ↗
(payload)

Source from the content-addressed store, hash-verified

364}
365
366export function pointerup(payload) {
367 return createPointerEvent('pointerup', {
368 button: buttonType.primary,
369 ...payload,
370 buttons: buttonsType.none,
371 pressure: 0,
372 });
373}
374
375/**
376 * Mouse events

Callers

nothing calls this directly

Calls 1

createPointerEventFunction · 0.85

Tested by

no test coverage detected