Skip to content

Commit d9d2397

Browse files
authored
Merge pull request #266 from otacke/HFP-4083
HFP-4083 Fix overengineering
2 parents d35e55b + aaa4d53 commit d9d2397

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

scripts/h5peditor-group.js

-4
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,6 @@ ns.Group.prototype.appendTo = function ($wrapper) {
136136
if (this.field.expanded === true) {
137137
this.expand();
138138
}
139-
else {
140-
// Implicitly be default, but others may want to know via event
141-
this.collapse();
142-
}
143139
};
144140

145141
/**

0 commit comments

Comments
 (0)