From 2a68d0b5b6af9208214cb247ca9ee641f9b691b9 Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Thu, 20 Feb 2014 10:35:13 -0600 Subject: [PATCH] increase REMOVE_PREVENT_DELAY by 50ms --- js/utils/poly.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/utils/poly.js b/js/utils/poly.js index 58552ddc0e..a65e71ab47 100644 --- a/js/utils/poly.js +++ b/js/utils/poly.js @@ -230,7 +230,7 @@ var tapCoordinates = {}; // used to remember coordinates to ignore if they happen again quickly var CLICK_PREVENT_DURATION = 1500; // max milliseconds ghostclicks in the same area should be prevented - var REMOVE_PREVENT_DELAY = 325; // delay after a touchend/mouseup before removing the ghostclick prevent + var REMOVE_PREVENT_DELAY = 375; // delay after a touchend/mouseup before removing the ghostclick prevent var HIT_RADIUS = 15; // set global click handler and check if the event should stop or not