Ver a proveniência

Fixes asWebviewUri call in graph webview

main
Ramin Tadayon há 1 ano
ascendente
cometimento
e85bcfd67b
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: 5B90E918AEBCE7A7
1 ficheiros alterados com 5 adições e 1 eliminações
  1. +5
    -1
      src/plus/webviews/graph/graphWebview.ts

+ 5
- 1
src/plus/webviews/graph/graphWebview.ts Ver ficheiro

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

Carregando…
Cancelar
Guardar