Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[react-events] Tap: change order of events #16694

Merged
merged 1 commit into from
Sep 9, 2019

Conversation

necolas
Copy link
Contributor

@necolas necolas commented Sep 7, 2019

Before:

start -> change -> update -> end (cancel) -> change

Now:

start -> change -> update -> change -> end (cancel)

Before:

start -> change -> update -> end (cancel) -> change

Now:

start -> change -> update -> change -> end (cancel)
@sizebot
Copy link

sizebot commented Sep 7, 2019

No significant bundle size changes to report.

Generated by 🚫 dangerJS against 6170b7a

@necolas necolas merged commit 031eba7 into facebook:master Sep 9, 2019
@necolas necolas deleted the react-events/tap-event-order branch December 20, 2019 15:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants