king
2021-01-04 c986f2f56bb153a9b6cebc74b4d9334c85ddfdda
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)