瀏覽代碼

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();
       }
     }