提交 fa700264 编写于 作者: M Matt Bierner

Fix standard link handler for iframe based webviews

上级 a55b1545
......@@ -84,7 +84,7 @@ export class IFrameWebview extends Disposable implements Webview {
return;
case 'did-click-link':
const [uri] = e.data.data;
const uri = e.data.data;
this._onDidClickLink.fire(URI.parse(uri));
return;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册