Ver código fonte

Fixes current branch not showing up

main
Eric Amodio 2 anos atrás
committed by Keith Daulton
pai
commit
d94f031a7a
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      src/plus/webviews/graph/graphWebview.ts

+ 1
- 1
src/plus/webviews/graph/graphWebview.ts Ver arquivo

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

Carregando…
Cancelar
Salvar