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