From ea51f5f343e4ba0684fb2a29fde2408ead470b4b Mon Sep 17 00:00:00 2001 From: Amauri CHAMPEAUX Date: Sat, 29 Oct 2022 10:23:56 +0200 Subject: [PATCH] Resize the panel when a group is expanded --- tarteaucitron.js | 1 + 1 file changed, 1 insertion(+) diff --git a/tarteaucitron.js b/tarteaucitron.js index 38fccac..14a3e5d 100644 --- a/tarteaucitron.js +++ b/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);