提交 88ac2c34 编写于 作者: B Benjamin Pasero

fix action enablement in group

上级 431a72d7
......@@ -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 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册