Explorar el Código

Fixes asWebviewUri scope in GraphWebview

main
Keith Daulton hace 2 años
padre
commit
931e94b5a6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/plus/webviews/graph/graphWebview.ts

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

@ -471,7 +471,7 @@ export class GraphWebview extends WebviewBase {
const data = await this.container.git.getCommitsForGraph(
this.repository.path,
this._panel!.webview.asWebviewUri,
this._panel!.webview.asWebviewUri.bind(this._panel!.webview),
{ limit: limit, ref: this._selectedSha ?? 'HEAD' },
);
this.setGraph(data);

Cargando…
Cancelar
Guardar