Parcourir la source

Fixes current branch not showing up

main
Eric Amodio il y a 2 ans
committed by Keith Daulton
Parent
révision
d94f031a7a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      src/plus/webviews/graph/graphWebview.ts

+ 1
- 1
src/plus/webviews/graph/graphWebview.ts Voir le fichier

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

Chargement…
Annuler
Enregistrer