]> _ Git - fluidbook-html5.git/commitdiff
wip #5158 @0:10
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 1 Apr 2022 16:30:29 +0000 (18:30 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 1 Apr 2022 16:30:29 +0000 (18:30 +0200)
js/libs/fluidbook/fluidbook.desktop.js
js/libs/fluidbook/fluidbook.zoom.js

index 79a49a56300d819fdbaa4f234f5fda57dd4bff06..f84bde304fe8657aebb24530b2fa3e69be3ec9ea 100644 (file)
@@ -17,7 +17,7 @@ FluidbookDesktop.prototype = {
         });
         $(document).on('click', '#links', function (e) {
             if (
-                $this.fluidbook.settings.clickZoom !== false &&
+                $this.fluidbook.settings.zoomClick !== false &&
                 $this.fluidbook.zoom.enabled &&
                 $this.fluidbook.input.isUsingMouse() &&
                 !$this.fluidbook.hasDraggableOnPage()
index 20630ebb6de866a5ea1c9cfe3b86622a186994da..15938e9ab04a789a22c0240556aa1555f9d2cffa 100644 (file)
@@ -19,7 +19,7 @@ FluidbookZoom.prototype = {
             this.disable();
             return;
         }
-        if (this.fluidbook.settings.clickZoom === false) {
+        if (this.fluidbook.settings.zoomClick === false) {
             this.disableZoomCursor();
         }