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