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

Fix reload command not working

Do not check that the contents are the same inside the webview itself. This is already handled at a higher level
上级 cfcc5c81
......@@ -234,10 +234,6 @@ export class Webview {
}
public set contents(value: string) {
if (this._contents === value) {
return;
}
this._contents = value;
this._send('content', {
contents: value,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册