Browse Source

Resize the panel when a group is expanded

Amauri CHAMPEAUX 2 năm trước cách đây
mục cha
commit
ea51f5f343
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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);