king
2024-04-29 f9816a4078fdba44115c69025d9982997f23b484
src/menu/components/card/table-card/index.jsx
@@ -271,6 +271,15 @@
  }
  updateWrap = (res) => {
    if (res.interaction) {
      if (res.interaction.includes('parity')) {
        res.parity = 'true'
      }
      if (res.interaction.includes('hover')) {
        res.hover = 'true'
      }
      delete res.interaction
    }
    this.updateComponent({...this.state.card, wrap: res})
  }