sselfridge / Dev-Refresh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Moving any tab to a new window removes badges until active tab is toggled

sselfridge opened this issue · comments

Think it has something to do with how active tab is refreshed, might need to expand to checking window as well.

Was using chrome.tabs.onActivatedChanged which was deprecated - moving to chrome.tabs.onActivated and testing to see if this give the proper functionality.

Fixed with commit:
606655d