src/tabviews/zshare/actionList/normalbutton/index.jsx
@@ -1329,6 +1329,24 @@ let node = document.getElementById('tab' + id) node && node.click() } if (btn.openmenu && btn.openmenu.length > 0 && btn.MenuID) { let newtab = { MenuID: btn.MenuID, MenuName: btn.MenuName, MenuNo: btn.MenuNo, type: btn.tabType, param: { $BID: id } } if (['linkage_navigation', 'linkage', 'menu_board'].includes(window.GLOB.navBar)) { MKEmitter.emit('modifyTabs', newtab, 'replace') } else { MKEmitter.emit('modifyTabs', newtab, 'plus') } } } sendMessage = () => {