]> _ Git - fluidbook-html5.git/commitdiff
wip #4965 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 17 Dec 2021 11:43:04 +0000 (12:43 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 17 Dec 2021 11:43:04 +0000 (12:43 +0100)
js/libs/fluidbook/fluidbook.articles.js

index 3d067d062dee090fe0954bf515c84d7cf9a07650..aa22e3fdb760315518c24f9c612bca75d95ac86c 100644 (file)
@@ -125,6 +125,7 @@ FluidbookArticles.prototype = {
             var $this = this;
             setTimeout(function () {
                 $($this).closest('.pdfarticle-holder').addClass('visible');
+                $($this).closest('.mview').addClass('visible');
             }, 500);
 
         });