]> _ Git - fluidbook-html5.git/commitdiff
wait #6491 @0:20
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 17 Nov 2023 10:46:05 +0000 (11:46 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 17 Nov 2023 10:46:05 +0000 (11:46 +0100)
js/libs/fluidbook/fluidbook.menu.js

index 410f895fa21f66be994c70a9ac1263eef160c490..8260a20a1bd88ce632e364ca87a26185480a31d2 100644 (file)
@@ -1120,7 +1120,7 @@ FluidbookMenu.prototype = {
                 break;
         }
 
-        if ($(".indexViewHolder").length > 0) {
+        if (m.data('menu')!=='bookmarks' && $(".indexViewHolder").length > 0) {
             let baseWidth = 130;
             if ($(".indexViewHolder").find('.doubleThumb:not(.simple)').length > 0) {
                 baseWidth = 230;