open editors: always update the tree with 250 delay

#6749
This commit is contained in:
isidor
2016-05-30 12:31:11 +02:00
parent a65bfe9c61
commit ef91c0fb9a
@@ -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);
}