mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-03-10 20:07:11 +00:00
With this change TabsBase objects will retain a reference to the TabsManager they belong to, so they can ask it if they're the active tab or not. This removes the possibility for bugs like activating an unmanaged tab, or having more than one active tab, etc.