From 21720432e9a0c42aa1b696f1cd06e9d80e0841fd Mon Sep 17 00:00:00 2001 From: bach Date: Mon, 12 Jun 2023 15:20:50 +0200 Subject: [PATCH] fixed custom js to size the boussole --- src/web/themes/custom/ouatminimal_theme/js/boussole.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/web/themes/custom/ouatminimal_theme/js/boussole.js b/src/web/themes/custom/ouatminimal_theme/js/boussole.js index ab2c991..547de38 100644 --- a/src/web/themes/custom/ouatminimal_theme/js/boussole.js +++ b/src/web/themes/custom/ouatminimal_theme/js/boussole.js @@ -128,6 +128,7 @@ wrapperTabChanged(event){ this.checkTabIsOpen(); if(this.tabisopen){ + this.setBoussoleSize(); this.updateEntities(); } }