Skip to content

Commit

Permalink
Add touchCancel and touchEnd to local listener attachments
Browse files Browse the repository at this point in the history
They can block scrolling on touch devices
  • Loading branch information
nhunzaker committed Apr 7, 2017
1 parent 462b0eb commit c61c9a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/renderers/dom/shared/ReactBrowserEventEmitter.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,8 @@ var localOnly = {
topWaiting: true,
topTouchMove: true,
topTouchStart: true,
topTouchCancel: true,
topTouchEnd: true,
};

/**
Expand Down

0 comments on commit c61c9a5

Please sign in to comment.