king
2021-11-04 c474962c844397698544b49a37fd3384725f444c
src/menu/components/card/cardcellcomponent/index.jsx
@@ -124,6 +124,12 @@
    const { cards, cardCell } = this.props
    if (!ids || ids.length !== 2 || ids[0] !== cards.uuid || ids[1] !== cardCell.uuid) return
    if (window.GLOB.$lock) return
    window.GLOB.$lock = true
    setTimeout(() => {
      window.GLOB.$lock = false
    }, 200)
    const { elements } = this.state