Fix webview not firing viewStateChange events when it is first created

This commit is contained in:
Matt Bierner
2018-04-23 10:01:04 -07:00
parent 306390b79d
commit 7e343b00ca

View File

@@ -80,6 +80,7 @@ export class MainThreadWebviews implements MainThreadWebviewsShape, WebviewReviv
};
this._webviews.set(handle, webview);
this._activeWebview = handle;
}
$disposeWebview(handle: WebviewPanelHandle): void {