瀏覽代碼

Resize the panel when a group is expanded

Amauri CHAMPEAUX 2 年之前
父節點
當前提交
ea51f5f343
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      tarteaucitron.js

+ 1 - 0
tarteaucitron.js

@@ -683,6 +683,7 @@ var tarteaucitron = {
                                     tarteaucitron.userInterface.removeClass('tarteaucitronServicesTitle_' + cat, 'tarteaucitronIsExpanded');
                                     document.getElementById('tarteaucitron-toggle-group-'+cat).setAttribute('aria-expanded', 'false');
                                 }
+                                tarteaucitron.initEvents.resizeEvent();
                             });
                             tarteaucitron.addClickEventToId("tarteaucitron-accept-group-" + cat, function () {
                                 tarteaucitron.userInterface.respondAll(true, cat);