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

Make sure we fire view state updates when changing the webview position

#48246
上级 7e343b00
......@@ -208,7 +208,8 @@ export class MainThreadWebviews implements MainThreadWebviewsShape, WebviewReviv
}
if (newActiveWebview && newActiveWebview.handle === this._activeWebview) {
// No change
// Webview itself unchanged but position may have changed
this._proxy.$onDidChangeWebviewPanelViewState(newActiveWebview.handle, true, newActiveWebview.input.position);
return;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册