Skip to content

Commit

Permalink
Extending period in which click events are ignored
Browse files Browse the repository at this point in the history
  • Loading branch information
jdudak committed Oct 29, 2014
1 parent ce1b394 commit c563e19
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 c563e19

Please sign in to comment.