Skip to content

Commit

Permalink
Merge pull request #2431 from wassil/master
Browse files Browse the repository at this point in the history
Extending period in which click events are ignored
  • Loading branch information
zpao committed Oct 30, 2014
2 parents b2b8e5c + c563e19 commit eb7f806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/browser/eventPlugins/TapEventPlugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ var eventTypes = {

var usedTouch = false;
var usedTouchTime = 0;
var TOUCH_DELAY = 500;
var TOUCH_DELAY = 1000;

var TapEventPlugin = {

Expand Down

0 comments on commit eb7f806

Please sign in to comment.