]> _ Git - fluidbook-html5.git/commitdiff
wip #6961 @0.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 29 Jul 2024 18:14:20 +0000 (20:14 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 29 Jul 2024 18:14:20 +0000 (20:14 +0200)
js/libs/fluidbook/fluidbook.links.animations.js

index 4e6190454c46bbb9eb0bd9c58ceb3247ef3f6abe..197646dadd5950d772e8c638f76f5cade0ace090 100644 (file)
@@ -345,6 +345,9 @@ FluidbookLinksAnimations.prototype = {
                 countup.start();
             }, to.delay * 1000);
         } else if (animation.type === 'draggable') {
+            if(this.fluidbook===false){
+                return;
+            }
             this.fluidbook.hasDraggableOnPage(true);
             $(link).css('pointer-events', 'auto');
             var $this = this;