未验证 提交 a2ea73ef 编写于 作者: J Jean Pierre 提交者: GitHub

Fixes #93164 (#93165)

上级 0926b534
......@@ -202,13 +202,13 @@ export class TabsTitleControl extends TitleControl {
EventHelper.stop(e);
this.group.openEditor(this.editorService.createEditorInput({
forceUntitled: true,
options: {
this.group.openEditor(
this.editorService.createEditorInput({ forceUntitled: true }),
{
pinned: true, // untitled is always pinned
index: this.group.count // always at the end
}
}));
);
}));
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册