king
2023-09-07 4b467effbc0e3a9199146573c0ceedf404bd07c5
src/menu/components/share/sourcecomponent/index.jsx
@@ -37,7 +37,7 @@
  }
  shouldComponentUpdate (nextProps, nextState) {
    return !is(fromJS(this.state), fromJS(nextState))
    return !is(fromJS(this.state), fromJS(nextState)) || nextProps.type !== this.props.type
  }
  deleteUrl = () => {