dillon1000/react

Commit

[react-interactions] Improve consistency of Tap responder (#16837)

Makes sure that touch events with modifier keys behave the same way as other
pointer types (i.e., does not call `onTapStart` if the gesture begins with a
modifier key held down)
Browse files
Changed paths2 files
First-parent comparison
M packages/react-interactions/events/src/dom/Tap.js ModifiedM packages/react-interactions/events/src/dom/__tests__/Tap-test.internal.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…