From aaa4d535a8e6559883ebf08515297c42ffb35258 Mon Sep 17 00:00:00 2001 From: Oliver Tacke Date: Wed, 24 Jul 2024 16:18:34 +0200 Subject: [PATCH] HFP-4083 Fix overengineering --- scripts/h5peditor-group.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scripts/h5peditor-group.js b/scripts/h5peditor-group.js index 109ba58d..f2f31aef 100644 --- a/scripts/h5peditor-group.js +++ b/scripts/h5peditor-group.js @@ -136,10 +136,6 @@ ns.Group.prototype.appendTo = function ($wrapper) { if (this.field.expanded === true) { this.expand(); } - else { - // Implicitly be default, but others may want to know via event - this.collapse(); - } }; /**