Skip to content

Commit 32b4b6b

Browse files
authored
1 parent d9fa822 commit 32b4b6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/browser/parts/editor/multiRowEditorTabsControl.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export class MultiRowEditorControl extends Disposable implements IEditorTabsCont
6464
}
6565

6666
private didActiveControlChange() {
67-
return this.activeControl === (this.model.activeEditor ? this.getEditorTabsController(this.model.activeEditor) : undefined);
67+
return this.activeControl !== (this.model.activeEditor ? this.getEditorTabsController(this.model.activeEditor) : undefined);
6868
}
6969

7070
private getEditorTabsController(editor: EditorInput): IEditorTabsControl {

0 commit comments

Comments
 (0)