We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d892bd2 commit 21ff2e0Copy full SHA for 21ff2e0
src/pages/popup/components/Header/index.tsx
@@ -21,7 +21,7 @@ const openAppPage = async () => {
21
// If there are non-highlighted app page tab, jump to it
22
const tabId2Jump = tabs.find(tab => !!tab.url?.startsWith(appPageUrl) && !tab.highlighted)?.id
23
if (tabId2Jump) {
24
- await updateTab(tabId2Jump, { highlighted: true })
+ await updateTab(tabId2Jump, { highlighted: true, active: true })
25
return
26
}
27
} catch (ignored) {
0 commit comments