Skip to content

Commit

Permalink
Remove e.preventDefault from handleTouchEnd
Browse files Browse the repository at this point in the history
As far as I'm aware, this isn't needed. Fixes vkbansal#98.
  • Loading branch information
danbovey authored Apr 22, 2017
1 parent 0d4f2bc commit a9172ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ContextMenuTrigger.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ export default class ContextMenuTrigger extends Component {
}

handleTouchEnd = (event) => {
event.preventDefault();
clearTimeout(this.touchstartTimeoutId);
}

Expand Down

0 comments on commit a9172ad

Please sign in to comment.