fix(app): scope session tab indicators to the tab's server (#34861)

This commit is contained in:
Luke Parker 2026-07-02 16:07:35 +10:00 committed by GitHub
commit 1fb2ecc721
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 139 additions and 30 deletions

View file

@ -456,7 +456,6 @@ export function Titlebar(props: { update?: TitlebarUpdate }) {
<TitlebarTabStrip
tabs={tabsStore}
currentTab={currentTab}
activeServerKey={server.key}
forceTruncate={tabsAreOverflowing()}
onOverflowChange={setTabsAreOverflowing}
onNavigate={(tab, el) => {