king
2021-09-12 f497f734966504bd8a7e98bf602da582a53d91e5
src/tabviews/zshare/actionList/popupbutton/index.jsx
@@ -55,11 +55,7 @@
  }
  componentDidMount () {
    const { position } = this.props
    if (position === 'toolbar') {
      MKEmitter.addListener('triggerBtnId', this.actionTrigger)
    }
    MKEmitter.addListener('triggerBtnId', this.actionTrigger)
    MKEmitter.addListener('openNewTab', this.openNewTab)
    MKEmitter.addListener('refreshPopButton', this.refreshPopButton)
  }