]> _ Git - fluidbook-html5.git/commitdiff
wait #8004
authorsoufiane <soufiane@cubedesigners.com>
Wed, 11 Feb 2026 11:08:09 +0000 (12:08 +0100)
committersoufiane <soufiane@cubedesigners.com>
Wed, 11 Feb 2026 11:08:09 +0000 (12:08 +0100)
js/libs/fluidbook/fluidbook.search.js

index c6ce59ca9c3146828268c0bf80a4602f45181969..915d38ccf0ced04226485398e05778152434123c 100644 (file)
@@ -46,6 +46,10 @@ FluidbookSearch.prototype = {
             this.isSearchfloatActive = true;
         }
 
+        if(!this.isSearchfloatActive) {
+            this.callNumber = 1;
+        }
+
         this.searchfloat = new FluidbookSearchFloat(this.fluidbook);
     },