소스 검색

fixed custom js to size the boussole

bach 1 년 전
부모
커밋
21720432e9
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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();
       }
     }