提交 1e7d0075 编写于 作者: M Matt Bierner

Fix webviews not restoring state inside webview on reload

上级 82b69f29
......@@ -245,7 +245,7 @@ export class WebviewEditor extends BaseWebviewEditor {
this._webview.initialScrollProgress = input.scrollYPercentage;
}
this._webview.state = input.webviewState;
this._webview.state = input.state.state;
this._content.setAttribute('aria-flowto', this._webviewContent.id);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册