1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2020-12-31 14:19:23 +02:00
parent 98a4b1fbf7
commit 14c06f1336

View File

@ -70,6 +70,4 @@ export async function bootstrap(App: AppComponent) {
}
// run
setTimeout(() => {
bootstrap(process.isMainFrame ? LensApp : App);
}, 0);
bootstrap(process.isMainFrame ? LensApp : App);