src/menu/components/group/normal-group/index.jsx
@@ -126,11 +126,7 @@ insert = (item, cell) => { let group = fromJS(this.state.group).toJS() group.components.forEach(stab => { if (stab.uuid === cell.uuid) { stab.components.push(item) } }) group.components.push(item) this.setState({group}) this.props.updateConfig(group)