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()})