We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89d6f9a commit 1353943Copy full SHA for 1353943
src/workbench/editor/group.tsx
@@ -68,7 +68,7 @@ function EditorGroup(props: IEditorGroupProps & IEditorController) {
68
style={{ overflow: 'hidden' }}
69
onSelectTab={onSelectTab}
70
onContextMenu={handleTabContextMenu}
71
- activeTab={tab.id}
+ activeTab={isActiveGroup ? tab.id : ''}
72
onCloseTab={onCloseTab}
73
/>
74
</Scrollable>
0 commit comments