From: Vincent Vanwaelscappel Date: Thu, 7 Apr 2022 13:15:44 +0000 (+0200) Subject: wip #5219 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=4daed0af0ddec3f0d38948ccda9d97e7a1011d1c;p=fluidbook-html5.git wip #5219 @0.25 --- diff --git a/js/libs/fluidbook/fluidbook.input.js b/js/libs/fluidbook/fluidbook.input.js index 720da7d3..e064f115 100644 --- a/js/libs/fluidbook/fluidbook.input.js +++ b/js/libs/fluidbook/fluidbook.input.js @@ -26,7 +26,7 @@ FluidbookInput.prototype = { // e.preventDefault(); // e.stopPropagation(); // }, false); - this.clickEvent = 'touchend'; + this.clickEvent = 'click'; } else if (Modernizr.ftouch) { this.clickEvent = 'click'; }