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 25, 2017
1 parent 11974e9 commit 7ccd93c
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 @@ -106,6 +106,8 @@ var localOnly = {
topWaiting: true,
topTouchMove: true,
topTouchStart: true,
topTouchCancel: true,
topTouchEnd: true,
};

/**
Expand Down

0 comments on commit 7ccd93c

Please sign in to comment.