king
2023-05-25 5e871a4164869bac7927ea6884dbadd650b1cadf
src/menu/components/card/cardcellcomponent/index.jsx
@@ -624,10 +624,9 @@
  }
  dropButton = (id) => {
    const { cards, cardCell } = this.props
    const { cards } = this.props
    if (!cards.action) return
    if (cardCell.type === 'custom') return
    let index = cards.action.findIndex(item => item.uuid === id)