Explorar el Código

Fixes asWebviewUri call in graph webview

main
Ramin Tadayon hace 1 año
padre
commit
e85bcfd67b
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 5B90E918AEBCE7A7
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  1. +5
    -1
      src/plus/webviews/graph/graphWebview.ts

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

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

Cargando…
Cancelar
Guardar