Ver código fonte

Fixes details not updating w/ graph selection (view)

main
Eric Amodio 1 ano atrás
pai
commit
7ee5980be6
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

@ -1235,7 +1235,7 @@ export class GraphWebviewProvider implements WebviewProvider {
this._selection = commits;
if (commits == null) return;
if (!this._firstSelection && !this.host.active) return;
if (!this._firstSelection && this.host.isEditor() && !this.host.active) return;
this.container.events.fire(
'commit:selected',

Carregando…
Cancelar
Salvar