Procházet zdrojové kódy

Fixes asWebviewUri call in graph webview

main
Ramin Tadayon před 1 rokem
rodič
revize
e85bcfd67b
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: 5B90E918AEBCE7A7
1 změnil soubory, kde provedl 5 přidání a 1 odebrání
  1. +5
    -1
      src/plus/webviews/graph/graphWebview.ts

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

@ -1537,7 +1537,11 @@ export class GraphWebview extends WebviewBase {
if (remote != null) {
ref.avatarUrl = (
(useAvatars ? remote.provider?.avatarUri : undefined) ??
getRemoteIconUri(this.container, remote, this._panel!.webview.asWebviewUri.bind(this))
getRemoteIconUri(
this.container,
remote,
this._panel!.webview.asWebviewUri.bind(this._panel!.webview),
)
)?.toString(true);
}
}

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