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