Quellcode durchsuchen

fixed custom js to size the boussole

bach vor 1 Jahr
Ursprung
Commit
21720432e9
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  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){
       this.checkTabIsOpen();
       if(this.tabisopen){
+        this.setBoussoleSize();
         this.updateEntities();
       }
     }