king
2022-03-03 3fc643dea8f8c957a95a86d250b5d8b06fb740e1
src/menu/components/table/edit-table/index.jsx
@@ -310,7 +310,13 @@
  }
  updateWrap = (res) => {
    this.updateComponent({...this.state.card, wrap: res})
    let card = {...this.state.card, wrap: res}
    if (res.tableType) {
      card.switchable = true
    }
    this.updateComponent(card)
  }
  clickComponent = (e) => {