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