瀏覽代碼

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

Loading…
取消
儲存