ソースを参照

Fixes asWebviewUri call in graph webview

main
Ramin Tadayon 1年前
コミット
e85bcfd67b
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 5B90E918AEBCE7A7
1個のファイルの変更5行の追加1行の削除
  1. +5
    -1
      src/plus/webviews/graph/graphWebview.ts

+ 5
- 1
src/plus/webviews/graph/graphWebview.ts ファイルの表示

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

読み込み中…
キャンセル
保存