]> _ Git - fluidbook-html5.git/commitdiff
wait #2636 0:10
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 25 Mar 2019 14:35:41 +0000 (15:35 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 25 Mar 2019 14:35:41 +0000 (15:35 +0100)
js/libs/fluidbook/fluidbook.desktop.js

index 25fb63c7d6ba6d03db6a75eacfe70c4932ea5bdc..12124e1f121e685e1198e8c6218124163e0a43c7 100644 (file)
@@ -16,8 +16,10 @@ FluidbookDesktop.prototype = {
             }
         });
         $(document).on('click', '#links', function (e) {
-            $this.clickZoom(e);
-            return false;
+            if ($this.fluidbook.input.isUsingMouse()) {
+                $this.clickZoom(e);
+                return false;
+            }
         });
         $(document).on('click', '#links .link:not(.eventOverlayLink)', function (e) {
             e.stopPropagation();