mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-01 22:12:26 +01:00
Fix webview not firing viewStateChange events when it is first created
This commit is contained in:
@@ -80,6 +80,7 @@ export class MainThreadWebviews implements MainThreadWebviewsShape, WebviewReviv
|
||||
};
|
||||
|
||||
this._webviews.set(handle, webview);
|
||||
this._activeWebview = handle;
|
||||
}
|
||||
|
||||
$disposeWebview(handle: WebviewPanelHandle): void {
|
||||
|
||||
Reference in New Issue
Block a user