king
2024-06-21 b78198e00a34eaa2b0a761bb6f42bf14e7771883
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]})