Selaa lähdekoodia

Fixes asWebviewUri call in graph webview

main
Ramin Tadayon 1 vuosi sitten
vanhempi
commit
e85bcfd67b
No known key found for this signature in database GPG Key ID: 5B90E918AEBCE7A7
1 muutettua tiedostoa jossa 5 lisäystä ja 1 poistoa
  1. +5
    -1
      src/plus/webviews/graph/graphWebview.ts

+ 5
- 1
src/plus/webviews/graph/graphWebview.ts Näytä tiedosto

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

Ladataan…
Peruuta
Tallenna