king
2020-11-26 89fb1308d92e10a27cf8f91f4dd766eb38976e12
src/templates/sharecomponent/actioncomponent/index.jsx
@@ -62,7 +62,7 @@
    if (!is(fromJS(nextProps.config.action), fromJS(this.props.config.action)) && !is(fromJS(nextProps.config.action), fromJS(actionlist))) {
      let len = nextProps.config.action.length
      let item = nextProps.config.action[len - 1]
      if (item.copyType && item.focus) {
      if (item && item.focus) {
        this.handleAction(item)
      }
      this.setState({actionlist: fromJS(nextProps.config.action).toJS()})