fix(app): scope session tab indicators to the tab's server (#34861)
This commit is contained in:
parent
27c9b130c7
commit
1fb2ecc721
7 changed files with 139 additions and 30 deletions
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue