]> _ Git - fluidbook-html5.git/commitdiff
wip #5219 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 7 Apr 2022 13:15:44 +0000 (15:15 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 7 Apr 2022 13:15:44 +0000 (15:15 +0200)
js/libs/fluidbook/fluidbook.input.js

index 720da7d34aa5f39c780dbb54d4b5d20987ed7f77..e064f115e439d607bd3779c100a9b8ef5d37b946 100644 (file)
@@ -26,7 +26,7 @@ FluidbookInput.prototype = {
             //     e.preventDefault();
             //     e.stopPropagation();
             // }, false);
-            this.clickEvent = 'touchend';
+            this.clickEvent = 'click';
         } else if (Modernizr.ftouch) {
             this.clickEvent = 'click';
         }