提交 49331150 编写于 作者: J Johannes Rieken

only update breadcrumbs when closing all editors, https://github.com/microsoft/vscode/issues/99041

上级 e87183e9
......@@ -388,7 +388,9 @@ export class TabsTitleControl extends TitleControl {
closeEditors(editors: IEditorInput[]): void {
this.handleClosedEditors();
this.updateBreadcrumbsControl();
if (this.group.count === 0) {
this.updateBreadcrumbsControl();
}
}
private handleClosedEditors(): void {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册