Skip to content

Commit

Permalink
Merge pull request #266 from otacke/HFP-4083
Browse files Browse the repository at this point in the history
HFP-4083 Fix overengineering
  • Loading branch information
SimenBergo authored Jul 31, 2024
2 parents d35e55b + aaa4d53 commit d9d2397
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions scripts/h5peditor-group.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
};

/**
Expand Down

0 comments on commit d9d2397

Please sign in to comment.