]> _ Git - fluidbook-html5.git/commitdiff
wip #5205 @0:05
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 31 Mar 2022 14:52:10 +0000 (16:52 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 31 Mar 2022 14:52:10 +0000 (16:52 +0200)
js/libs/fluidbook/fluidbook.desktop.js

index 08fef84c3cd53de6b2719d12a7db7567fac3bf41..178dac75a31dcff47d85affbc7b1059da48747a1 100644 (file)
@@ -16,7 +16,7 @@ FluidbookDesktop.prototype = {
             }
         });
         $(document).on('click', '#links', function (e) {
-            if ($this.fluidbook.zoom.enabled && $this.fluidbook.input.isUsingMouse() && !this.fluidbook.hasDraggableOnPage()) {
+            if ($this.fluidbook.zoom.enabled && $this.fluidbook.input.isUsingMouse() && !$this.fluidbook.hasDraggableOnPage()) {
                 $this.clickZoom(e);
                 return false;
             }