浏览代码

Fixes current branch not showing up

main
Eric Amodio 2 年前
committed by Keith Daulton
父节点
当前提交
d94f031a7a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/plus/webviews/graph/graphWebview.ts

+ 1
- 1
src/plus/webviews/graph/graphWebview.ts 查看文件

@ -1385,7 +1385,7 @@ export class GraphWebview extends WebviewBase {
branch = find(graph.branches.values(), b => b.current);
if (branch == null) continue;
includeOnlyRefs[key] = { ...value, id: branch.id, name: branch.name };
includeOnlyRefs[branch.id] = { ...value, id: branch.id, name: branch.name };
} else {
includeOnlyRefs[key] = value;
}

正在加载...
取消
保存