mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
Working on progress indicator when loading webview
This commit is contained in:
@@ -145,10 +145,10 @@ export class WebviewEditor extends BaseWebviewEditor {
|
||||
this._webview = undefined;
|
||||
this.webviewContent = undefined;
|
||||
}
|
||||
|
||||
await super.setInput(input, options);
|
||||
|
||||
input.onBecameActive(this.position);
|
||||
await input.resolve();
|
||||
await input.onBecameActive(this.position);
|
||||
this.updateWebview(input);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user