king
2024-03-21 a9b02f6862522b54d0824152017bf2acfec2af7b
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})
  }