king
2020-10-29 944730f2794b87aa053f53084f0d082d4af6fd41
src/tabviews/zshare/actionList/tabbutton/index.jsx
@@ -135,7 +135,11 @@
    }
    this.setState({}, () => {
      tabs.splice(index + 1, 0, newtab)
      if (MenuID) {
        tabs.splice(index + 1, 0, newtab)
      } else {
        tabs.push(newtab)
      }
      this.props.modifyTabview(tabs)
    })