Originally created by: belthaZornv
⚠️ If you have general Chrome Extensions questions, consider posting to the Chromium Extensions Group or Stack Overflow.
Describe the bug
I'm using:
But the sidepanel stays open for all the tabs.
To Reproduce
Steps to reproduce the behavior, or file the issue is found in:
Expected behavior
SidePanel only open for the active tab
Screenshots
If applicable, add screenshots to help explain your problem.
Notes
Anything additional here. 🌈
Originally posted by: munr0
Bringing attention to this – using
chrome.sidePanel.open({ tabId: sender.tab.id });still seems to open the tab-specific side panel on the intended tab, but also opens the global tab defined in the"default_path":inmanifest.jsoneverywhere else.