ソースを参照

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;
}

読み込み中…
キャンセル
保存