king
2020-12-21 4f2e4e84fd2cdca1407ac06c1b44319518be39b9
src/menu/components/card/cardcellcomponent/index.jsx
@@ -544,6 +544,10 @@
    const { elements } = this.state
    if (cards.uuid !== _cards.uuid) return
    let _index = elements.findIndex(cell => cell.uuid === btn.uuid)
    if (_index === -1) return
    let _elements = elements.map(cell => {
      if (cell.uuid === btn.uuid) {