Browse Source

fixed custom js to size the boussole

bach 1 year ago
parent
commit
21720432e9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/web/themes/custom/ouatminimal_theme/js/boussole.js

+ 1 - 0
src/web/themes/custom/ouatminimal_theme/js/boussole.js

@@ -128,6 +128,7 @@
     wrapperTabChanged(event){
     wrapperTabChanged(event){
       this.checkTabIsOpen();
       this.checkTabIsOpen();
       if(this.tabisopen){
       if(this.tabisopen){
+        this.setBoussoleSize();
         this.updateEntities();
         this.updateEntities();
       }
       }
     }
     }