king
2021-02-22 5a7e0659e6365709e2f5c02307d5d5b0a6bd1cc8
src/menu/components/card/cardcellcomponent/index.jsx
@@ -558,6 +558,9 @@
  dropButton = (id) => {
    const { cards } = this.props
    if (!cards.action) return
    let index = cards.action.findIndex(item => item.uuid === id)
    if (index === -1) return