Fix postMessage beint sent before webview is loaded
This commit is contained in:
@@ -80,6 +80,10 @@ export class CompareView extends AbstractWebview<
|
||||
commonResultSetNames,
|
||||
};
|
||||
|
||||
const panel = await this.getPanel();
|
||||
panel.reveal(undefined, true);
|
||||
await this.waitForPanelLoaded();
|
||||
|
||||
await this.postMessage({
|
||||
t: "setComparisonQueryInfo",
|
||||
stats: {
|
||||
|
||||
Reference in New Issue
Block a user