fix action enablement in group

This commit is contained in:
Benjamin Pasero 2016-06-15 18:24:04 +02:00
parent 431a72d7e0
commit 88ac2c349c

View file

@ -337,6 +337,7 @@ export class TabsTitleControl extends TitleControl {
this.showEditorsOfLeftGroup.enabled = isOverflowing;
this.showEditorsOfCenterGroup.enabled = isOverflowing;
this.showEditorsOfRightGroup.enabled = isOverflowing;
this.showAllEditorsAction.enabled = isOverflowing;
}
private hookTabListeners(tab: HTMLElement, identifier: IEditorIdentifier): void {