提交 0376a94b 编写于 作者: I isidor

use editor group label

上级 e9fa946e
......@@ -495,7 +495,7 @@ class EditorGroupRenderer implements IRenderer<INextEditorGroup, IEditorGroupTem
renderElement(editorGroup: INextEditorGroup, index: number, templateData: IEditorGroupTemplateData): void {
templateData.editorGroup = editorGroup;
templateData.name.textContent = `Group <${editorGroup.id}>`;
templateData.name.textContent = editorGroup.label;
templateData.actionBar.context = { groupId: editorGroup.id };
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册