@@ -138,7 +138,8 @@ chrome.runtime.onMessage.addListener((req, sender, sendResponse) => {
state.show = 'arrow'
} else {
state.show = state.show2
- sendChromeTabMessage({ actionType: "SWITCH_GROUP_STATUS", data: { type: 'btn' } }, () => { })
+ // console.log(11)
+ // sendChromeTabMessage({ actionType: "SWITCH_GROUP_STATUS", data: { type: 'btn' } }, () => { })
}
break