From 957832d1d9d3c6d1106b8d8c11fc73d2ef6df7a2 Mon Sep 17 00:00:00 2001 From: soufiane Date: Mon, 9 Feb 2026 19:46:37 +0100 Subject: [PATCH] wait #7984 --- js/libs/fluidbook/fluidbook.keyboard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/libs/fluidbook/fluidbook.keyboard.js b/js/libs/fluidbook/fluidbook.keyboard.js index aa174598..16184103 100644 --- a/js/libs/fluidbook/fluidbook.keyboard.js +++ b/js/libs/fluidbook/fluidbook.keyboard.js @@ -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) { -- 2.39.5