### Reproduction example https://codesandbox.io/s/userevent-pointer-click-3f2x7d?file=/src/App.test.js ### Prerequisites 1. Render multiple elements. 2. Add an event listener for `click` on a common ancestor. 3. Drag a pointer from one element to another. ### Expected behavior `click` event is dispatched on closest common ancestor. ### Actual behavior No `click` event if the `pointerup` target is different than the `pointerdown` target. ### User-event version 14.3.0 ### Environment Testing Library framework: <!-- `@testing-library/react@12.1.3` --> <!-- This can also be @testing-library/dom, if you don't use any framework wrapper. --> JS framework: <!-- `react@17.0.2` --> Test environment: <!-- `jest@27.5.1` --> <!-- Are you using Jest, Mocha, Puppeteer, Ava, Vitest, or something else? Which version are we dealing with? --> DOM implementation: <!-- `jsdom@19.0.0` --> <!-- Are you using Jsdom, a browser, or something else? Some test environments have a default DOM implementation, e.g. Jest ships with Jsdom. Please check your configuration. --> ### Additional context _No response_