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