Kaynağa Gözat

Fixes asWebviewUri call in graph webview

main
Ramin Tadayon 1 yıl önce
ebeveyn
işleme
e85bcfd67b
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: 5B90E918AEBCE7A7
1 değiştirilmiş dosya ile 5 ekleme ve 1 silme
  1. +5
    -1
      src/plus/webviews/graph/graphWebview.ts

+ 5
- 1
src/plus/webviews/graph/graphWebview.ts Dosyayı Görüntüle

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

Yükleniyor…
İptal
Kaydet