king
2024-06-21 b91c28df2f734b680198e755b7828666e238cea0
src/menu/components/share/actioncomponent/index.jsx
@@ -162,6 +162,8 @@
  addButton = (cardId, element) => {
    if (cardId !== this.props.config.uuid) return
    delete element.eleType
    const { actionlist } = this.state
    this.setState({actionlist: [...actionlist, element]})