]> _ Git - fluidbook-html5.git/commitdiff
wait #7941 @1
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 15 Jan 2026 11:51:08 +0000 (12:51 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 15 Jan 2026 11:51:08 +0000 (12:51 +0100)
js/libs/fluidbook/fluidbook.links.js

index 780e5f28c09a743cee61b8ce7cdf9ea7c1003f8e..2a3a6d20ce57796a8881a12adaf78cad83241fe2 100644 (file)
@@ -823,7 +823,7 @@ FluidbookLinks.prototype = {
         }
         var $this = this;
         if (container === undefined) {
-            container = $("#currentDoublePage,.page.current");
+            container = $("#currentDoublePage,.page.current,#links");
         }
         let linksToAnimate = $(container).find('[data-animations]');
         linksToAnimate.each(function () {