From: Vincent Vanwaelscappel Date: Mon, 29 Jul 2024 18:14:20 +0000 (+0200) Subject: wip #6961 @0.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=80f50510797f74e10ee480c262771033c73dd6c2;p=fluidbook-html5.git wip #6961 @0.5 --- diff --git a/js/libs/fluidbook/fluidbook.links.animations.js b/js/libs/fluidbook/fluidbook.links.animations.js index 4e619045..197646da 100644 --- a/js/libs/fluidbook/fluidbook.links.animations.js +++ b/js/libs/fluidbook/fluidbook.links.animations.js @@ -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;