We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9fa822 commit 32b4b6bCopy full SHA for 32b4b6b
src/vs/workbench/browser/parts/editor/multiRowEditorTabsControl.ts
@@ -64,7 +64,7 @@ export class MultiRowEditorControl extends Disposable implements IEditorTabsCont
64
}
65
66
private didActiveControlChange() {
67
- return this.activeControl === (this.model.activeEditor ? this.getEditorTabsController(this.model.activeEditor) : undefined);
+ return this.activeControl !== (this.model.activeEditor ? this.getEditorTabsController(this.model.activeEditor) : undefined);
68
69
70
private getEditorTabsController(editor: EditorInput): IEditorTabsControl {
0 commit comments