]> _ Git - fluidbook-html5.git/commitdiff
#2199
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 30 Aug 2018 14:30:49 +0000 (16:30 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 30 Aug 2018 14:30:49 +0000 (16:30 +0200)
js/libs/fluidbook/fluidbook.nav.js

index 69f9edadffa8f02230e5c5fb4ec1cedd182808b9..188c8be745610857e664cc95a5fe34a622670c00 100644 (file)
@@ -675,6 +675,10 @@ FluidbookNav.prototype = {
                     }
                     resize();
                 }, 250);
+
+                setTimeout(function () {
+                    resize();
+                }, 1000);
             });
         }