]> _ Git - fluidbook-html5.git/commitdiff
wait #7984
authorsoufiane <soufiane@cubedesigners.com>
Mon, 9 Feb 2026 18:46:37 +0000 (19:46 +0100)
committersoufiane <soufiane@cubedesigners.com>
Mon, 9 Feb 2026 18:46:37 +0000 (19:46 +0100)
js/libs/fluidbook/fluidbook.keyboard.js

index aa17459898b248411a57cf075ce1cbeccd305b66..1618410341dd22bb6c77b49931c144a860da1dff 100644 (file)
@@ -84,7 +84,7 @@ FluidbookKeyboard.prototype = {
         if (this.fluidbook.search.isResultNavOpened()) {
             this.tabNavigation('#searchResultsNav', dir);
             return true;
-        } else if (this.fluidbook.floatmode) {
+        } else if (this.fluidbook.search.isSearchfloatActive && !$("#menuSearch").hasClass('hidden')) {
             this.tabNavigation('#menuSearch', dir);
             return true;
         } else if (this.fluidbook.nav.burger.isOpened) {