Przeglądaj źródła

Fixes asWebviewUri call in graph webview

main
Ramin Tadayon 1 rok temu
rodzic
commit
e85bcfd67b
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: 5B90E918AEBCE7A7
1 zmienionych plików z 5 dodań i 1 usunięć
  1. +5
    -1
      src/plus/webviews/graph/graphWebview.ts

+ 5
- 1
src/plus/webviews/graph/graphWebview.ts Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz