From 74820d68ab2c976e3aeddfd54c4bb30725b444b7 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 20 Jul 2021 15:38:06 +0200 Subject: [PATCH] wait #4600 @0.5 --- js/libs/fluidbook/fluidbook.help.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/libs/fluidbook/fluidbook.help.js b/js/libs/fluidbook/fluidbook.help.js index 9f069881..4eb023ee 100644 --- a/js/libs/fluidbook/fluidbook.help.js +++ b/js/libs/fluidbook/fluidbook.help.js @@ -110,7 +110,7 @@ FluidbookHelp.prototype = { // When the menu position is inverted, the icon help lines need // to be drawn in the reverse order to avoid text/line overlaps - var tooltips = this.fluidbook.settings.invertMenuPosition ? $(tooltipSelector).get().reverse() : $(tooltipSelector); + var tooltips = this.fluidbook._boolean(this.fluidbook.settings.invertMenuPosition) ? $(tooltipSelector).get().reverse() : $(tooltipSelector); var navScale = this.fluidbook.resize.navScale; var initialHeight = 20 * navScale; // Buffer in line height away from icons var hStep = 25 * navScale; // The step height - the difference in height between the icon label lines -- 2.39.5