提交 8d52ab85 编写于 作者: J Joao Moreno

fixes #70228

上级 09b4daf0
......@@ -1185,7 +1185,7 @@ export class SCMViewlet extends ViewContainerViewlet implements IViewModel {
}
focus(): void {
if (this.repositoryCount) {
if (this.repositoryCount === 0) {
this.message.focus();
} else {
const repository = this.visibleRepositories[0];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册