Browse Source

Awaits the show for webview resolve

main
Eric Amodio 1 year ago
parent
commit
ab1036f5c7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/webviews/webviewsController.ts

+ 1
- 1
src/webviews/webviewsController.ts View File

@ -119,7 +119,7 @@ export class WebviewsController implements Disposable {
webview, webview,
); );
void webview.show(true);
await webview.show(true);
}, },
}), }),
); );

Loading…
Cancel
Save