Skip to content

Commit aaa4d53

Browse files
committedJul 24, 2024
HFP-4083 Fix overengineering
1 parent 1b6847c commit aaa4d53

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)