Procházet zdrojové kódy

Fixes asWebviewUri scope in GraphWebview

main
Keith Daulton před 2 roky
rodič
revize
931e94b5a6
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      src/plus/webviews/graph/graphWebview.ts

+ 1
- 1
src/plus/webviews/graph/graphWebview.ts Zobrazit soubor

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

Načítá se…
Zrušit
Uložit