king
2024-05-21 f0bf8c399c354c22227f8f1a76ed806098db59c0
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})
  }