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}) }