mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-19 01:51:47 +01:00
@@ -79,7 +79,7 @@ export class OpenEditorsView extends AdaptiveCollapsibleViewletView {
|
||||
this.highlightEntry(new OpenEditor(this.model.activeGroup.activeEditor, this.model.activeGroup));
|
||||
}
|
||||
}
|
||||
}, 0);
|
||||
}, 250);
|
||||
}
|
||||
|
||||
public renderHeader(container: HTMLElement): void {
|
||||
@@ -239,6 +239,7 @@ export class OpenEditorsView extends AdaptiveCollapsibleViewletView {
|
||||
}
|
||||
|
||||
private getExpandedBodySize(model: IEditorStacksModel): number {
|
||||
console.log('getting expanded body size');
|
||||
return OpenEditorsView.computeExpandedBodySize(model, this.maxVisibleOpenEditors, this.dynamicHeight);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user