king
2021-03-10 4b5b5a0f13adceaa4a759580b5dc4ac3179f884d
src/menu/components/card/cardcellcomponent/index.jsx
@@ -152,7 +152,7 @@
    const { cards, cardCell } = this.props
    const { card, elements } = this.state
    if (comIds.length !== 3 || comIds[0] !== cards.uuid || comIds[1] !== cardCell.uuid) return
    if (comIds.length !== 3 || comIds[0] !== cards.uuid || comIds[1] !== cardCell.uuid || !card) return
    let _card = this.resetCardStyle(card, style)